Skip to content

Commit 884283b

Browse files
authored
Feature-IOPS-2817-Update-Tumour-Cellularity-Examples (#134)
* Update Tumor Cellular Examples Change mapping to Observation.valueCodeableConcept * Update ConceptMap\ConceptMap-Genomics-specimen-tumourcellularity Update purpose to mapping to Observation.valueCodeableConcept * Create Observation-CellularityPatrickSammy-Example This example is need to enable us capture cellularity under valueCodeableConcept. It was extracted from Observation-BlastPercentage-Example. So, now capturing Blast percentage and Cellularity with separate Observation resources. * Update Tumour Cellularity Examples Change concept code for cellularity to Snomed Ct: 75540009
1 parent 20e4cfa commit 884283b

5 files changed

Lines changed: 58 additions & 37 deletions

ConceptMap/ConceptMap-Genomics-specimen-tumourcellularity.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121
],
2222
"description": "A ConceptMap used for the translation and recording of concepts from MDS source data(code-options) to equivalent Snomed CT codes, and FHIR spec.",
23-
"purpose": "ConceptMap used for the translation and recording of concepts for the proportion of tumour cellularity. This is intended for the element Observation.component.valueCodeableConcept.",
23+
"purpose": "ConceptMap used for the translation and recording of concepts for the proportion of tumour cellularity. This is intended for the element Observation.valueCodeableConcept.",
2424
"copyright": "Copyright © 2023+ NHS England Licensed under the Apache License, Version 2.0 (the \\\"License\\\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \\\"AS IS\\\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. HL7® FHIR® standard Copyright © 2011+ HL7 The HL7® FHIR® standard is used under the FHIR license. You may obtain a copy of the FHIR license at https://www.hl7.org/fhir/license.html.",
2525
"targetUri": "http://snomed.info/sct?fhir_vs=ecl/%3C!%20362981000%20",
2626
"group": [

Observation/Observation-BlastPercentage-Example.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,5 @@
3636
"system": "http://unitsofmeasure.org",
3737
"code": "%"
3838
},
39-
"interpretation": [
40-
{
41-
"text": "Cellularity",
42-
"coding": [
43-
{
44-
"system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
45-
"code": "H",
46-
"display": "High"
47-
}
48-
]
49-
}
50-
],
5139
"effectiveDateTime": "2023-08-29"
5240
}

Observation/Observation-Cellularity-Example.json

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"id": "Observation-Cellularity-Example",
44
"status": "final",
55
"code": {
6-
"text":"Cellularity"
6+
"text": "Cellularity"
77
},
88
"subject": {
99
"reference": "Patient/Patient-ZelmaHadjkiss-Example",
@@ -18,16 +18,14 @@
1818
"value": "RA257630"
1919
}
2020
},
21-
"interpretation": [
22-
{
23-
"coding": [
24-
{
25-
"system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
26-
"code": "H",
27-
"display": "High"
28-
}
29-
]
30-
}
31-
],
21+
"valueCodeableConcept": {
22+
"coding": [
23+
{
24+
"system": "http://snomed.info/sct",
25+
"code": "75540009",
26+
"display": "High (qualifier value)"
27+
}
28+
]
29+
},
3230
"effectiveDateTime": "2023-09-08T10:00:00Z"
3331
}

Observation/Observation-CellularityKayBurbridge-Example.json

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"id": "Observation-CellularityKayBurbridge-Example",
44
"status": "final",
55
"code": {
6-
"text":"Cellularity"
6+
"text": "Cellularity"
77
},
88
"subject": {
99
"reference": "Patient/Patient-KayBurbridge-Example",
@@ -18,16 +18,14 @@
1818
"value": "699F01231423"
1919
}
2020
},
21-
"interpretation": [
22-
{
23-
"coding": [
24-
{
25-
"system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
26-
"code": "H",
27-
"display": "High"
28-
}
29-
]
30-
}
31-
],
21+
"valueCodeableConcept": {
22+
"coding": [
23+
{
24+
"system": "http://snomed.info/sct",
25+
"code": "75540009",
26+
"display": "High (qualifier value)"
27+
}
28+
]
29+
},
3230
"effectiveDateTime": "2023-11-01T11:00:00Z"
3331
}
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"resourceType": "Observation",
3+
"id": "Observation-CellularityPatrickSammy-Example",
4+
"status": "final",
5+
"code": {
6+
"text": "Cellularity"
7+
},
8+
"subject": {
9+
"reference": "Patient/Patient-PatrickSammy-Example",
10+
"identifier": {
11+
"system": "https://fhir.nhs.uk/Id/nhs-number",
12+
"value": "9449307873"
13+
}
14+
},
15+
"specimen": {
16+
"identifier": {
17+
"system": "urn:oid:2.16.840.1.113883.2.1.3.2.4.18.24",
18+
"value": "RR81234",
19+
"assigner": {
20+
"identifier": {
21+
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
22+
"value": "696B0"
23+
}
24+
}
25+
}
26+
},
27+
"valueCodeableConcept": {
28+
"coding": [
29+
{
30+
"system": "http://snomed.info/sct",
31+
"code": "75540009",
32+
"display": "High (qualifier value)"
33+
}
34+
]
35+
},
36+
"effectiveDateTime": "2023-08-29"
37+
}

0 commit comments

Comments
 (0)