FHIR IG analytics| Package | hl7.fhir.in |
| Resource Type | Specimen |
| Id | Specimen-example-01.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "Specimen",
"id": "example-01",
"meta": {
"profile": [
"http://nrces.in/ndhm/fhir/r4/StructureDefinition/Specimen"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"type": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "119364003",
"display": "Serum specimen"
}
]
},
"subject": {
"reference": "Patient/1"
},
"receivedTime": "2015-07-08T06:40:17Z",
"collection": {
"collectedDateTime": "2020-07-08T06:40:17Z"
}
}