FHIR IG analytics| Package | hl7.fhir.us.ph-library.r4b |
| Resource Type | Specimen |
| Id | Specimen-us-ph-specimen-serum.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Specimen us-ph-specimen-serum
Profile: US Public Health Specimen Profile
identifier: http://example.org/labs/ids/20220927-00124
accessionIdentifier: http://example.org/labs/accession-ids/20220927-00124
type: Serum
subject: Eve Everywoman
| Collected[x] | BodySite |
| 2022-09-27 18:07:12+0000 | Supraorbital vein |
{
"resourceType": "Specimen",
"id": "us-ph-specimen-serum",
"meta": {
"profile": [
"http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-specimen"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org/labs/ids",
"value": "20220927-00124"
}
],
"accessionIdentifier": {
"system": "http://example.org/labs/accession-ids",
"value": "20220927-00124"
},
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0487",
"code": "SER",
"display": "Serum"
}
]
},
"subject": {
"reference": "Patient/us-ph-patient-eve-everywoman",
"display": "Eve Everywoman"
},
"collection": {
"collectedDateTime": "2022-09-27T18:07:12Z",
"bodySite": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "1630006",
"display": "Supraorbital vein"
}
]
}
}
}