Specimen-SolidTumorDemeizaSeo-Example

Example of a Specimen resource with the minimal information populated.

Specimen
{
"resourceType": "Specimen",
"id": "Specimen-SolidTumorDemeizaSeo-Example",
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-SampleCategory",
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-SampleCategory",
"code": "solid-tumour",
"display": "Solid Tumour"
}
]
}
}
],
{
"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",
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "9449306559"
}
},
"system": "https://fhir.nhs.uk/Id/sds-user-id",
"value": "9999999998"
},
"display": "ClinicalScientist-John Taylor"
},
"collectedDateTime": "2023-09-09T11:00:00Z",
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BodySiteReference",
"reference": "BodyStructure/BodyStructure-BodySiteLocationAbdomen-Example"
}
}
]
}
},
{
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-PrimarySampleState",
"code": "fresh",
"display": "Fresh"
}
]
}
],
"request": [
{
"reference": "ServiceRequest/ServiceRequest-WGSTestOrderForm-CancerSolidTumor-Example"
}
]
}
<Specimen xmlns="http://hl7.org/fhir">
<id value="Specimen-SolidTumorDemeizaSeo-Example" />
<extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-SampleCategory">
<system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SampleCategory" />
<code value="solid-tumour" />
<display value="Solid Tumour" />
</coding>
</valueCodeableConcept>
</extension>
<system value="https://fhir.add.nhs.uk/Id/specimenId" />
<value value="RA257631" />
</identifier>
<status value="available" />
<system value="http://snomed.info/sct" />
<code value="364611000000101" />
<display value="Tissue resection sample" />
</coding>
</type>
<reference value="Patient/Patient-DemeizaSeo-Example" />
<system value="https://fhir.nhs.uk/Id/nhs-number" />
<value value="9449306559" />
</identifier>
</subject>
<reference value="ServiceRequest/ServiceRequest-WGSTestOrderForm-CancerSolidTumor-Example" />
</request>
<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" />
<extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BodySiteReference">
<reference value="BodyStructure/BodyStructure-BodySiteLocationAbdomen-Example" />
</valueReference>
</extension>
</bodySite>
</collection>
<system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PrimarySampleState" />
<code value="fresh" />
<display value="Fresh" />
</coding>
</condition>
</Specimen>