FHIR IG analytics| Package | fhir.r4.ukcore.stu2 |
| Resource Type | Specimen |
| Id | UKCore-Specimen-UrineSpecimen-Example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Specimen",
"id": "UKCore-Specimen-UrineSpecimen-Example",
"status": "available",
"type": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "122575003",
"display": "Urine specimen"
}
]
},
"subject": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
},
"receivedTime": "2023-05-10T11:56:00Z",
"collection": {
"collector": {
"reference": "Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example"
},
"method": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "73416001",
"display": "Urine specimen collection, clean catch"
}
]
}
}
}