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-PheobeSmithamMother-Example
Example of a specimen resource with additional collection information.
Specimen |
id : Specimen-PheobeSmithamMother-Example |
identifier |
system : https://fhir.leedssth.nhs.uk//Id/specimenId |
value : ROA-69050-MTH-RR12764 |
status : available |
type |
coding |
system : http://snomed.info/sct |
code : 445295009 |
display : Blood specimen with EDTA |
subject |
reference : Patient/Patient-PheobeSmithamMother-Example |
identifier |
system : https://fhir.nhs.uk/Id/nhs-number |
value : 9449307246 |
collection |
collector |
identifier |
system : https://fhir.nhs.uk/Id/sds-user-id |
value : 9999999998 |
display : Phletobomist-Lois Lane |
collected : 2023-09-17 |
request |
reference : ServiceRequest/ServiceRequest-WGSTestOrderForm-TrioTestingProband-Example |
{ "resourceType": "Specimen", "id": "Specimen-PheobeSmithamMother-Example", "identifier": [ { "system": "https://fhir.leedssth.nhs.uk//Id/specimenId", "value": "ROA-69050-MTH-RR12764" } ], "status": "available", "type": { "coding": [ { "system": "http://snomed.info/sct", "code": "445295009", "display": "Blood specimen with EDTA" } ] }, "subject": { "reference": "Patient/Patient-PheobeSmithamMother-Example", "identifier": { "system": "https://fhir.nhs.uk/Id/nhs-number", "value": "9449307246" } }, "collection": { "collector": { "identifier": { "system": "https://fhir.nhs.uk/Id/sds-user-id", "value": "9999999998" }, "display": "Phletobomist-Lois Lane" }, "collectedDateTime": "2023-09-17" }, "request": [ { "reference": "ServiceRequest/ServiceRequest-WGSTestOrderForm-TrioTestingProband-Example" } ] }
<Specimen xmlns="http://hl7.org/fhir"> <id value="Specimen-PheobeSmithamMother-Example" /> <identifier> <system value="https://fhir.leedssth.nhs.uk//Id/specimenId" /> <value value="ROA-69050-MTH-RR12764" /> </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-PheobeSmithamMother-Example" /> <identifier> <system value="https://fhir.nhs.uk/Id/nhs-number" /> <value value="9449307246" /> </identifier> </subject> <request> <reference value="ServiceRequest/ServiceRequest-WGSTestOrderForm-TrioTestingProband-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-09-17" /> </collection> </Specimen>