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-TissueResection-Example
Example of a Specimen resource with the minimal information populated.
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 |
collected : 2023-11-04T15:00:00Z |
bodySite |
extension |
url : https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BodySiteReference |
value |
reference : BodyStructure/BodyStructure-SpecimenBodySiteLocation-Example |
condition |
coding |
system : https://fhir.hl7.org.uk/CodeSystem/UKCore-BiopsyState |
code : fresh-unfixed |
display : Fresh Unfixed |
request |
reference : ServiceRequest/ServiceRequest-NonWGSTestOrderForm-OutOfCountry-Example |
{ "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-BiopsyState", "code": "fresh-unfixed", "display": "Fresh Unfixed" } ] } ], "request": [ { "reference": "ServiceRequest/ServiceRequest-NonWGSTestOrderForm-OutOfCountry-Example" } ] }
<Specimen xmlns="http://hl7.org/fhir"> <id value="Specimen-TissueResection-Example" /> <identifier> <system value="https://fhir.add.nhs.uk/Id/specimenId" /> <value value="699F01231423" /> </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-KayBurbridge-Example" /> <identifier> <system value="https://fhir.nhs.uk/Id/nhs-number" /> <value value="8449303541" /> </identifier> </subject> <request> <reference value="ServiceRequest/ServiceRequest-NonWGSTestOrderForm-OutOfCountry-Example" /> </request> <collection> <collector> <identifier> <system value="https://fhir.nhs.uk/Id/sds-user-id" /> <value value="9999999998" /> </identifier> <display value="ClinicalScientist-Anna Lane" /> </collector> <collectedDateTime value="2023-11-04T15:00:00Z" /> <bodySite> <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BodySiteReference"> <valueReference> <reference value="BodyStructure/BodyStructure-SpecimenBodySiteLocation-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>