FHIR IG analytics| Package | hl7.fhir.us.healthedata1-sandbox |
| Resource Type | Specimen |
| Id | Specimen-bone-marrow-aspirate.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Specimen bone-marrow-aspirate
Profile: US Core Specimen Profile
accessionIdentifier: http://acme.com/labs/accession-ids/20220927-00129
type: Specimen from bone marrow obtained by aspiration (specimen)
subject: Amy V. Baxter (no stated gender), DoB: 1987-02-20 ( Medical Record Number: 1032702 (use: usual, ))
| Collected[x] | Method |
| 2022-09-27 18:07:12+0000 | Aspiration - action (qualifier value) |
| Type |
| EDTA tube |
{
"resourceType": "Specimen",
"id": "bone-marrow-aspirate",
"meta": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-name",
"valueString": "Bone Marrow Aspirate Specimen Example"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-description",
"valueMarkdown": "This example of a *US Core Specimen Profile* illustrates a bone marrow specimen obtained by aspiration."
}
],
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-specimen"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"accessionIdentifier": {
"system": "http://acme.com/labs/accession-ids",
"value": "20220927-00129"
},
"type": {
"coding": [
{
"system": "http://snomed.info/sct",
"version": "http://snomed.info/sct/731000124108",
"code": "396997002",
"display": "Specimen from bone marrow obtained by aspiration (specimen)"
}
]
},
"subject": {
"reference": "Patient/example"
},
"collection": {
"collectedDateTime": "2022-09-27T18:07:12Z",
"method": {
"coding": [
{
"system": "http://snomed.info/sct",
"version": "http://snomed.info/sct/731000124108",
"code": "129316008",
"display": "Aspiration - action (qualifier value)"
}
]
}
},
"container": [
{
"type": {
"text": "EDTA tube"
}
}
]
}