FHIR IG analytics| Package | silfhirprofileig |
| Resource Type | Specimen |
| Id | Specimen-ExampleSGHISpecimen.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Specimen ExampleSGHISpecimen
Profile: SGHI Specimen
identifier: Medical Record Number/SPECIMEN1234 (use: official, )
accessionIdentifier: Medical Record Number/ACCESID9080 (use: official, )
status: Unavailable
subject: James Pond(official) Male, DoB: 1990-07-15 ( Medical Record Number: 12345)
receivedTime: 2025-01-01 10:30:00+0000
role: Electronic QC
| Collected[x] |
| 2025-01-01 10:30:00+0000 |
| Method |
| Core Needle Biopsy |
{
"resourceType": "Specimen",
"id": "ExampleSGHISpecimen",
"meta": {
"profile": [
"https://fhir.slade360.co.ke/fhir/StructureDefinition/specimen"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MR",
"display": "Medical Record Number"
}
]
},
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"value": "SPECIMEN1234",
"assigner": {
"reference": "Organization/ExampleSGHIOrganization"
}
}
],
"accessionIdentifier": {
"use": "official",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MR",
"display": "Medical Record Number"
}
]
},
"value": "ACCESID9080",
"assigner": {
"reference": "Organization/ExampleSGHIOrganization"
}
},
"status": "unavailable",
"subject": {
"reference": "Patient/ExampleSGHIPatient"
},
"receivedTime": "2025-01-01T10:30:00Z",
"role": [
{
"coding": [
{
"system": "http://hl7.org/fhir/specimen-role",
"code": "e",
"display": "Electronic QC"
}
]
}
],
"collection": {
"collectedDateTime": "2025-01-01T10:30:00Z"
},
"processing": [
{
"method": {
"coding": [
{
"system": "http://hl7.org/fhir/specimen-role",
"code": "cnb",
"display": "Core Needle Biopsy"
}
]
}
}
]
}