FHIR IG analytics| Package | jp-core.r4 |
| Resource Type | Specimen |
| Id | Specimen-jp-specimen-example-1.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Specimen",
"id": "jp-specimen-example-1",
"identifier": [
{
"system": "http://abc-hospital.local/identifiers/collections",
"value": "23234352356"
}
],
"accessionIdentifier": {
"system": "http://abc-hospital.local/specimens/2011",
"value": "X352356"
},
"status": "available",
"type": {
"coding": [
{
"code": "UR",
"system": "http://terminology.hl7.org/CodeSystem/v2-0487"
}
]
},
"subject": {
"reference": "Patient/jp-patient-example-1"
},
"receivedTime": "2021-10-11T11:03:00+09:00",
"container": [
{
"identifier": [
{
"value": "48736-15394-75465"
}
],
"description": "採尿容器",
"type": {
"text": "採尿容器"
},
"capacity": {
"value": 50,
"unit": "mL"
},
"specimenQuantity": {
"value": 40,
"unit": "mL"
}
}
]
}