FHIR IG analytics| Package | zw.fhir.ig.lab |
| Resource Type | Specimen |
| Id | Specimen-example-zw-specimen-plasma.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Specimen example-zw-specimen-plasma
Profile: ZW Lab Specimen
identifier: http://mohcc.gov.zw/fhir/lab/identifier/client-sample-id/ZW-SPEC-2024-00456
status: Available
type: Blood Plasma
| Collected[x] |
| 2024-03-15 08:30:00+0200 |
{
"resourceType": "Specimen",
"id": "example-zw-specimen-plasma",
"meta": {
"profile": [
"http://mohcc.gov.zw/fhir/lab/StructureDefinition/zw-specimen"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://mohcc.gov.zw/fhir/lab/identifier/client-sample-id",
"value": "ZW-SPEC-2024-00456"
}
],
"status": "available",
"type": {
"coding": [
{
"system": "http://mohcc.gov.zw/fhir/lab/CodeSystem/zw-sample-types",
"code": "LST006",
"display": "Blood Plasma"
}
]
},
"subject": {
"reference": "Patient/example-zw-lab-patient"
},
"collection": {
"collectedDateTime": "2024-03-15T08:30:00+02:00"
}
}