FHIR IG analytics| Package | uk.nhsengland.genomics.r4 |
| Resource Type | Specimen |
| Id | Specimen-TissueResection-Example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Specimen",
"id": "Specimen-TissueResection-Example",
"identifier": [
{
"system": "https://fhir.add.nhs.uk/Id/specimenId",
"value": "699F01231423"
}
],
"status": "available",
"type": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "364611000000101",
"display": "Tissue resection sample"
}
]
},
"subject": {
"reference": "Patient/Patient-KayBurbridge-Example",
"identifier": {
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "8449303541"
}
},
"collection": {
"collector": {
"identifier": {
"system": "https://fhir.nhs.uk/Id/sds-user-id",
"value": "9999999998"
},
"display": "ClinicalScientist-Anna Lane"
},
"collectedDateTime": "2023-11-04T15:00:00Z",
"bodySite": {
"extension": [
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BodySiteReference",
"valueReference": {
"reference": "BodyStructure/BodyStructure-SpecimenBodySiteLocation-Example"
}
}
]
}
},
"condition": [
{
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-PrimarySampleState",
"code": "fresh",
"display": "Fresh"
}
]
}
],
"request": [
{
"reference": "ServiceRequest/ServiceRequest-NonWGSTestOrderForm-OutOfCountry-Example"
}
]
}