-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSpecimen-PatrickSammyBoneMarrowAspiration-Example.json
More file actions
74 lines (74 loc) · 1.73 KB
/
Specimen-PatrickSammyBoneMarrowAspiration-Example.json
File metadata and controls
74 lines (74 loc) · 1.73 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
64
65
66
67
68
69
70
71
72
73
74
{
"resourceType": "Specimen",
"id": "Specimen-PatrickSammyBoneMarrowAspiration-Example",
"extension": [
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-SampleCategory",
"valueCodeableConcept": {
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-SampleCategory",
"code": "liquid-tumour",
"display": "Liquid Tumour"
}
]
}
}
],
"identifier": [
{
"system": "urn:oid:2.16.840.1.113883.2.1.3.2.4.18.19",
"value": "RR81235",
"assigner": {
"identifier": {
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
"value": "696B0"
}
}
}
],
"accessionIdentifier": {
"system": "https://www.leedsth.nhs.uk/path",
"value": "RR8123745",
"assigner": {
"identifier": {
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
"value": "RR8"
}
}
},
"status": "available",
"type": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "396997002",
"display": "Specimen from bone marrow obtained by aspiration"
}
]
},
"subject": {
"reference": "Patient/Patient-PatrickSammy-Example",
"identifier": {
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "9449307873"
}
},
"receivedTime": "2023-09-11T11:00:00Z",
"condition": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0493",
"code": "FROZ",
"display": "Frozen"
}
]
}
],
"request": [
{
"reference": "ServiceRequest/ServiceRequest-WGSTestOrderForm-CancerHaemOnc-Example"
}
]
}