FHIR IG analytics| Package | hl7.fhir.us.mcode |
| Resource Type | BodyStructure |
| Id | BodyStructure-tumor-lobular-carcinoma-left-breast.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: BodyStructure tumor-lobular-carcinoma-left-breast
Related Condition Extension: Condition Malignant neoplastic disease (disorder)
identifier: BodyStructure/Tumor 1234 (use: usual, )
location: Left breast structure (body structure)
patient: Eve A. Anyperson Female, DoB: 1955-05-20 ( Medical Record Number: m456 (use: usual, ))
{
"resourceType": "BodyStructure",
"id": "tumor-lobular-carcinoma-left-breast",
"meta": {
"profile": [
"http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-tumor"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-related-condition",
"valueReference": {
"reference": "Condition/primary-cancer-condition-breast"
}
}
],
"identifier": [
{
"use": "usual",
"type": {
"coding": [
{
"system": "http://hl7.org/fhir/resource-types",
"code": "BodyStructure"
}
]
},
"system": "http://radiology.hospital.example.org",
"value": "Tumor 1234"
}
],
"location": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "80248007",
"display": "Left breast structure (body structure)"
}
]
},
"patient": {
"reference": "Patient/cancer-patient-eve-anyperson"
}
}