FHIR IG analytics| Package | fhir.r4.ukcore.stu3.currentbuild |
| Resource Type | Specimen |
| Id | Extension-UKCore-SampleCategory-Example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "Specimen",
"id": "Extension-UKCore-SampleCategory-Example",
"text": {
"status": "additional",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-SampleCategory",
"valueCodeableConcept": {
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-SampleCategory",
"code": "germline",
"display": "Germline"
}
]
}
}
],
"status": "available",
"type": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "4635002",
"display": "Arterial blood"
}
]
},
"subject": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
},
"receivedTime": "2022-11-25T11:10:00Z",
"collection": {
"collector": {
"reference": "Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example"
},
"collectedDateTime": "2022-11-25T16:00:00Z"
}
}