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-JamesMetcalfeBloodEDTA-Example
Example of a specimen resource with additional collection information.
Specimen |
id : Specimen-JamesMetcalfeBloodEDTA-Example |
identifier |
system : https://fhir.medway.nhs.uk/Id/specimenId |
value : RH-696B0-17843 |
status : available |
type |
coding |
system : http://snomed.info/sct |
code : 445295009 |
display : Blood specimen with EDTA |
subject |
reference : Patient/Patient-JamesMetcalfe-Example |
identifier |
system : https://fhir.nhs.uk/Id/nhs-number |
value : 9449307806 |
collection |
collector |
identifier |
system : https://fhir.nhs.uk/Id/sds-user-id |
value : 9999999998 |
display : Phletobomist-Lois Lane |
collected : 2023-10-02T10:00:00Z |
request |
reference : ServiceRequest/ServiceRequest-WGSTestOrderFormUpdated-DirectToLab-Example |
{ "resourceType": "Specimen", "id": "Specimen-JamesMetcalfeBloodEDTA-Example", "identifier": [ { "system": "https://fhir.medway.nhs.uk/Id/specimenId", "value": "RH-696B0-17843" } ], "status": "available", "type": { "coding": [ { "system": "http://snomed.info/sct", "code": "445295009", "display": "Blood specimen with EDTA" } ] }, "subject": { "reference": "Patient/Patient-JamesMetcalfe-Example", "identifier": { "system": "https://fhir.nhs.uk/Id/nhs-number", "value": "9449307806" } }, "collection": { "collector": { "identifier": { "system": "https://fhir.nhs.uk/Id/sds-user-id", "value": "9999999998" }, "display": "Phletobomist-Lois Lane" }, "collectedDateTime": "2023-10-02T10:00:00Z" }, "request": [ { "reference": "ServiceRequest/ServiceRequest-WGSTestOrderFormUpdated-DirectToLab-Example" } ] }
<Specimen xmlns="http://hl7.org/fhir"> <id value="Specimen-JamesMetcalfeBloodEDTA-Example" /> <identifier> <system value="https://fhir.medway.nhs.uk/Id/specimenId" /> <value value="RH-696B0-17843" /> </identifier> <status value="available" /> <type> <coding> <system value="http://snomed.info/sct" /> <code value="445295009" /> <display value="Blood specimen with EDTA" /> </coding> </type> <subject> <reference value="Patient/Patient-JamesMetcalfe-Example" /> <identifier> <system value="https://fhir.nhs.uk/Id/nhs-number" /> <value value="9449307806" /> </identifier> </subject> <request> <reference value="ServiceRequest/ServiceRequest-WGSTestOrderFormUpdated-DirectToLab-Example" /> </request> <collection> <collector> <identifier> <system value="https://fhir.nhs.uk/Id/sds-user-id" /> <value value="9999999998" /> </identifier> <display value="Phletobomist-Lois Lane" /> </collector> <collectedDateTime value="2023-10-02T10:00:00Z" /> </collection> </Specimen>