Skip to content

Commit 641cba7

Browse files
committed
Correction to composition resource
1 parent d80be2a commit 641cba7

File tree

2 files changed

+13
-21
lines changed

2 files changed

+13
-21
lines changed

Bundle/Bundle-EULabGenomicReport-Example.json

Lines changed: 11 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
"subject": {
7777
"reference": "Patient/Patient-PheobeSmitham-Example"
7878
},
79+
"date": "2023-10-16T00:00:00-05:00"
7980
"author": [
8081
{
8182
"identifier": {
@@ -87,34 +88,24 @@
8788
"title": "Example Genomic Laboratory (Single) Report",
8889
"section": [
8990
{
90-
"title": "Therapeutic Implication",
91+
"title": "Results",
9192
"code": {
9293
"coding": [
9394
{
94-
"system": "http://snomed.info/sct",
95-
"code": "26436-6",
96-
"display": "Laboratory studies (set)"
97-
}
98-
]
99-
},
100-
"entry": {
101-
"reference": "Observation/Observation-GenomicTherapeuticImplication-Example"
102-
}
103-
},
104-
{
105-
"title": "Genomic Variant",
106-
"code": {
107-
"coding": [
108-
{
109-
"system": "http://snomed.info/sct",
95+
"system": "http://loinc.org",
11096
"code": "26436-6",
11197
"display": "Laboratory studies (set)"
11298
}
11399
]
114100
},
115-
"entry": {
116-
"reference": "Observation-GenomicsVariantSLC52A2-Example"
117-
}
101+
"entry": [
102+
{
103+
"reference": "Observation/Observation-GenomicTherapeuticImplication-Example"
104+
},
105+
{
106+
"reference": "Observation-GenomicsVariantSLC52A2-Example"
107+
}
108+
]
118109
}
119110
]
120111
}

Composition/Composition-EULabGenomicReport-Example.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
"subject": {
6060
"reference": "Patient/Patient-PheobeSmitham-Example"
6161
},
62+
"date": "2023-10-16T00:00:00-05:00"
6263
"author": [
6364
{
6465
"identifier": {
@@ -74,7 +75,7 @@
7475
"code": {
7576
"coding": [
7677
{
77-
"system": "http://snomed.info/sct",
78+
"system": "http://loinc.org",
7879
"code": "26436-6",
7980
"display": "Laboratory studies (set)"
8081
}

0 commit comments

Comments
 (0)