FHIR IG analytics| Package | ca.on.oh-olis |
| Resource Type | Specimen |
| Id | Specimen-example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Specimen",
"meta": {
"profile": [
"http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-profile-Specimen|2.0.0"
]
},
"type": {
"coding": [
{
"system": "http://ehealthontario.ca/fhir/CodeSystem/lab-specimen-source",
"code": "SER",
"display": "SERUM"
}
]
},
"subject": {
"reference": "#pat-1"
},
"receivedTime": "2017-08-24T09:32:00-04:00",
"request": [
{
"reference": "#ServiceRequest-1"
}
],
"collection": {
"collector": {
"reference": "#practitionerrole-1"
},
"collectedPeriod": {
"start": "2017-08-24T09:32:00-04:00",
"end": "2017-08-24T15:32:00-04:00"
},
"quantity": {
"value": "5.4",
"unit": "ml"
}
},
"container": {
"identifier": [
{
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "SID",
"display": "Specimen Identifier"
}
]
}
],
"system": "http://ehealthontario.ca/fhir/NamingSystem/lab/specimen-id-referring-lab-id-4004",
"value": "ACL235617"
}
],
"extension": [
{
"url": "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-ext-container-sample-num",
"valueQuantity": {
"value": "2"
}
}
]
},
"note": [
{
"text": "Patient did not fast."
}
]
}