-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSpecimen-SolidTumor-Example.json
More file actions
63 lines (63 loc) · 1.45 KB
/
Specimen-SolidTumor-Example.json
File metadata and controls
63 lines (63 loc) · 1.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"resourceType": "Specimen",
"id": "Specimen-SolidTumor-Example",
"identifier": [
{
"system": "https://fhir.add.nhs.uk/Id/specimenId",
"value": "RA257630"
}
],
"status": "available",
"type": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "364611000000101",
"display": "Tissue resection sample"
}
]
},
"subject": {
"reference": "Patient/Patient-ZelmaHadjkiss-Example",
"identifier": {
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "9449307555"
}
},
"collection": {
"collector": {
"identifier": {
"system": "https://fhir.nhs.uk/Id/sds-user-id",
"value": "9999999998"
},
"display": "ClinicalScientist-John Taylor"
},
"collectedDateTime": "2023-09-09T11:00:00Z",
"bodySite": {
"extension": [
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BodySiteReference",
"valueReference": {
"reference": "BodyStructure/BodyStructure-BodySiteLocationLungs-Example"
}
}
]
}
},
"condition": [
{
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-PrimarySampleState",
"code": "fresh",
"display": "Fresh"
}
]
}
],
"request": [
{
"reference": "ServiceRequest/ServiceRequest-NonWGSTestOrderForm-CancerSolidTumor-Example"
}
]
}