FHIR IG analytics| Package | hl7.fhir.us.mcode.r4b |
| Resource Type | Specimen |
| Id | Specimen-tumor-specimen-lobular-carcinoma-left-breast.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Specimen tumor-specimen-lobular-carcinoma-left-breast
identifier: BodyStructure/Tumor 1234 (use: usual, )
status: Available
type: Tumor
subject: Eve A. Anyperson Female, DoB: 1955-05-20 ( Medical Record Number: m456 (use: usual, ))
receivedTime: 2020-05-01
| BodySite |
| Left breast structure (body structure) |
{
"resourceType": "Specimen",
"id": "tumor-specimen-lobular-carcinoma-left-breast",
"meta": {
"profile": [
"http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-human-specimen"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "usual",
"type": {
"coding": [
{
"system": "http://hl7.org/fhir/resource-types",
"code": "BodyStructure"
}
]
},
"system": "http://radiology.hospital.example.org",
"value": "Tumor 1234"
}
],
"status": "available",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0487",
"code": "TUMOR"
}
]
},
"subject": {
"reference": "Patient/cancer-patient-eve-anyperson"
},
"receivedTime": "2020-05-01",
"collection": {
"bodySite": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "80248007",
"display": "Left breast structure (body structure)"
}
]
}
}
}