Notice
- Important: This guidance is under active development by NHS England and content may be added or updated on a regular basis.
- This Implementation Guide is currently in Draft and SHOULD NOT be used for development or active implementation without express direction from the NHS England Genomics Unit.
Specimen-CancerSolidTumor-Example
Example of a Specimen resource with the minimal information populated.
Specimen |
id : Specimen-CancerSolidTumor-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 |
collected : 2023-09-09T11:00:00Z |
bodySite |
extension |
url : https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BodySiteReference |
value |
reference : BodyStructure/BodyStructure-BodySiteLocationLungs-Example |
condition |
coding |
system : https://fhir.hl7.org.uk/CodeSystem/UKCore-BiopsyState |
code : fresh-unfixed |
display : Fresh Unfixed |
request |
reference : ServiceRequest/ServiceRequest-NonWGSTestOrderForm-CancerSolidTumor-Example |
{ "resourceType": "Specimen", "id": "Specimen-CancerSolidTumor-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-BiopsyState", "code": "fresh-unfixed", "display": "Fresh Unfixed" } ] } ], "request": [ { "reference": "ServiceRequest/ServiceRequest-NonWGSTestOrderForm-CancerSolidTumor-Example" } ] }
<Specimen xmlns="http://hl7.org/fhir"> <id value="Specimen-CancerSolidTumor-Example" /> <identifier> <system value="https://fhir.add.nhs.uk/Id/specimenId" /> <value value="RA257630" /> </identifier> <status value="available" /> <type> <coding> <system value="http://snomed.info/sct" /> <code value="364611000000101" /> <display value="Tissue resection sample" /> </coding> </type> <subject> <reference value="Patient/Patient-ZelmaHadjkiss-Example" /> <identifier> <system value="https://fhir.nhs.uk/Id/nhs-number" /> <value value="9449307555" /> </identifier> </subject> <request> <reference value="ServiceRequest/ServiceRequest-NonWGSTestOrderForm-CancerSolidTumor-Example" /> </request> <collection> <collector> <identifier> <system value="https://fhir.nhs.uk/Id/sds-user-id" /> <value value="9999999998" /> </identifier> <display value="ClinicalScientist-John Taylor" /> </collector> <collectedDateTime value="2023-09-09T11:00:00Z" /> <bodySite> <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BodySiteReference"> <valueReference> <reference value="BodyStructure/BodyStructure-BodySiteLocationLungs-Example" /> </valueReference> </extension> </bodySite> </collection> <condition> <coding> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-BiopsyState" /> <code value="fresh-unfixed" /> <display value="Fresh Unfixed" /> </coding> </condition> </Specimen>