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-RyanneBoulderSaliva-Example
Example of a Specimen resource with the minimal information populated.
Specimen |
id : Specimen-RyanneBoulderSaliva-Example |
identifier |
system : https://fhir.kingstonhospital.nhs.uk//Id/specimenId |
value : ROA-69050-MTH-RWT13521 |
status : available |
type |
coding |
system : http://snomed.info/sct |
code : 119342007 |
display : Saliva specimen |
subject |
reference : Patient/Patient-RyanneBoulder-Example |
container |
description : Container:ROA-69050-MTH-RWT13521 contains Saliva for Mother |
request |
reference : ServiceRequest/ServiceRequest-NonWGSTestOrderForm-FetalScenario-Example |
{ "resourceType": "Specimen", "id": "Specimen-RyanneBoulderSaliva-Example", "identifier": [ { "system": "https://fhir.kingstonhospital.nhs.uk//Id/specimenId", "value": "ROA-69050-MTH-RWT13521" } ], "status": "available", "type": { "coding": [ { "system": "http://snomed.info/sct", "code": "119342007", "display": "Saliva specimen" } ] }, "subject": { "reference": "Patient/Patient-RyanneBoulder-Example" }, "container": [ { "description": "Container:ROA-69050-MTH-RWT13521 contains Saliva for Mother" } ], "request": [ { "reference": "ServiceRequest/ServiceRequest-NonWGSTestOrderForm-FetalScenario-Example" } ] }
<Specimen xmlns="http://hl7.org/fhir"> <id value="Specimen-RyanneBoulderSaliva-Example" /> <identifier> <system value="https://fhir.kingstonhospital.nhs.uk//Id/specimenId" /> <value value="ROA-69050-MTH-RWT13521" /> </identifier> <status value="available" /> <type> <coding> <system value="http://snomed.info/sct" /> <code value="119342007" /> <display value="Saliva specimen" /> </coding> </type> <subject> <reference value="Patient/Patient-RyanneBoulder-Example" /> </subject> <request> <reference value="ServiceRequest/ServiceRequest-NonWGSTestOrderForm-FetalScenario-Example" /> </request> <container> <description value="Container:ROA-69050-MTH-RWT13521 contains Saliva for Mother" /> </container> </Specimen>