Skip to content

Commit c992ed1

Browse files
authored
Feature-IOPS-2309-Create-Test-Order-for-NonWGSTestOrderForm-CancerSolidTumor (#36)
* Create-Test-Order-for-NonWGSTestOrderForm-CancerSolidTumor Create-Test-Order-for-NonWGSTestOrderForm-CancerSolidTumor * Update Specimen-CancerSolidTumor-Example Update Specimen-CancerSolidTumor-Example * Re-aligning PractitionerRole-Examples Re-aligning PractitionerRole-Examples * Add Task (Rejection & Forward) Add Task (Rejection & Forward) * Fix File Name too long TaskTestOrderRejected Fix File Name too long for NonWGSRareDiseaseTestOrderRejected * Update Bundle-NonWGSTestOrderForm-CancerSolidTumor-Example.json Fix Bundle References * Update Bundle-NonWGSTestOrderForm-CancerSolidTumor-Example.json Fix Bundle References * Update ServiceRequest-NonWGSTestOrderForm-CancerSolidTumor-Example.json Fix Bundle Reference * Remove Specimen from Bundle Remove Specimen from Bundle to avoid validation error on CodeSystem:https://fhir.hl7.org.uk/CodeSystem/UKCore-BiopsyState" * Update SR References Update SR References * Update to main Mapping on SR profile * Add OBS-TumorType & Neoplastic Cell Add OBS-TumorType & Neoplastic Cell, * Update OBS-NeoplasticCell Update OBS-NeoplasticCell * Add Task Resources Added Task Resources for requesting and accepting Additional Samples * Add SR Updated for Additional Details and Samples Add SR Updated for Additional Details and Samples * Update OBS Switching Cellularity and Approximate Neoplastic cell to text
1 parent e63dcc3 commit c992ed1

19 files changed

Lines changed: 1505 additions & 0 deletions
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"resourceType": "BodyStructure",
3+
"id": "BodyStructure-BodySiteLocationLungs-Example",
4+
"morphology": {
5+
"coding": [
6+
{
7+
"system": "http://snomed.info/sct",
8+
"code": "369755005",
9+
"display": "Multiple tumors (qualifier value)"
10+
}
11+
]
12+
},
13+
"location": {
14+
"coding": [
15+
{
16+
"system": "http://snomed.info/sct",
17+
"code": "39607008",
18+
"display": "Lung structure (body structure)"
19+
}
20+
]
21+
},
22+
"patient": {
23+
"reference": "Patient-ZelmaHadjkiss-Example",
24+
"identifier": {
25+
"system": "https://fhir.nhs.uk/Id/nhs-number",
26+
"value": "9449307555"
27+
}
28+
}
29+
}

0 commit comments

Comments
 (0)