Skip to content

Commit 0258c74

Browse files
authored
Feature-IOPS-2622-GenomicReportDeliveryMethod-and-PatientLifeStatus (#82)
* Remove duplicate ConceptMap-Genomics-condition-tumourstatus Now replaced by genomics-condition-solidtumourtype * Create ConceptMap/genomics-patient-lifesatus & ConceptMap/genomics-reportdeliverymethod Create ConceptMap/genomics-patient-lifesatus & ConceptMap/genomics-reportdeliverymethod * Remove ConceptMap-Genomics-patient-lifestatus Remove ConceptMap-Genomics-patient-lifestatus * Update ConceptMap-Genomics-reportdeliverymethod Update ConceptMap-Genomics-reportdeliverymethod
1 parent d202d7c commit 0258c74

1 file changed

Lines changed: 74 additions & 0 deletions

File tree

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
{
2+
"resourceType": "ConceptMap",
3+
"id": "genomics-reportdeliverymethod",
4+
"url": "https://fhir.nhs.uk/ConceptMap/genomics-reportdeliverymethod",
5+
"version": "0.1.0",
6+
"name": "GenomicsReportDeliveryMethod",
7+
"title": "Genomics Report Delivery Method",
8+
"status": "draft",
9+
"date": "2024-06-27T00:00:00.000Z",
10+
"publisher": "NHS England",
11+
"contact": [
12+
{
13+
"name": "NHS England",
14+
"telecom": [
15+
{
16+
"system": "email",
17+
"value": "interoperabilityteam@nhs.net"
18+
}
19+
]
20+
}
21+
],
22+
"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 Genomics report delivery options, i.e., PractitionerRole.telecom.value",
24+
"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.",
25+
"targetUri": "http://hl7.org/fhir/ValueSet/contact-point-system",
26+
"group": [
27+
{
28+
"element": [
29+
{
30+
"code": "postaL",
31+
"display": "POSTAL",
32+
"target": [
33+
{
34+
"equivalence": "unmatched"
35+
}
36+
]
37+
},
38+
{
39+
"code": "digital-system",
40+
"display": "DIGITAL SYSTEM",
41+
"target": [
42+
{
43+
"code": "url",
44+
"display": "URL",
45+
"equivalence": "equivalent"
46+
}
47+
]
48+
},
49+
{
50+
"code": "email",
51+
"display": "EMAIL",
52+
"target": [
53+
{
54+
"code": "email",
55+
"display": "Email",
56+
"equivalence": "equivalent"
57+
}
58+
]
59+
},
60+
{
61+
"code": "other",
62+
"display": "OTHER",
63+
"target": [
64+
{
65+
"code": "other",
66+
"display": "Other",
67+
"equivalence": "equivalent"
68+
}
69+
]
70+
}
71+
]
72+
}
73+
]
74+
}

0 commit comments

Comments
 (0)