FHIR IG analytics| Package | uk.nhsengland.genomics.r4 |
| Resource Type | Specimen |
| Id | Specimen-SolidTumorDemeizaSeo-Example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Specimen",
"id": "Specimen-SolidTumorDemeizaSeo-Example",
"extension": [
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-SampleCategory",
"valueCodeableConcept": {
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-SampleCategory",
"code": "solid-tumour",
"display": "Solid Tumour"
}
]
}
}
],
"identifier": [
{
"system": "https://fhir.add.nhs.uk/Id/specimenId",
"value": "RA257631"
}
],
"status": "available",
"type": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "364611000000101",
"display": "Tissue resection sample"
}
]
},
"subject": {
"reference": "Patient/Patient-DemeizaSeo-Example",
"identifier": {
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "9449306559"
}
},
"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-BodySiteLocationAbdomen-Example"
}
}
]
}
},
"condition": [
{
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-PrimarySampleState",
"code": "fresh",
"display": "Fresh"
}
]
}
],
"request": [
{
"reference": "ServiceRequest/ServiceRequest-WGSTestOrderForm-CancerSolidTumor-Example"
}
]
}