FHIR IG analytics| Package | hl7.fhir.us.mcode.r4b |
| Resource Type | Observation |
| Id | Observation-tumor-size-pathology.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation tumor-size-pathology
status: Final
code: Size Tumor
subject: Eve A. Anyperson Female, DoB: 1955-05-20 ( Medical Record Number: m456 (use: usual, ))
effective: 2019-05-01
performer: Practitioner Owen Oncologist
method: Gross examination and sampling of tissue specimen (procedure)
component
code: Size.maximum dimension in Tumor
value: 1.2 cm (Details: UCUM codecm = 'cm')
component
code: Size additional dimension in Tumor
value: 0.5 cm (Details: UCUM codecm = 'cm')
{
"resourceType": "Observation",
"id": "tumor-size-pathology",
"meta": {
"profile": [
"http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-tumor-size"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "21889-1"
}
]
},
"subject": {
"reference": "Patient/cancer-patient-eve-anyperson"
},
"focus": [
{
"reference": "BodyStructure/tumor-lobular-carcinoma-left-breast"
}
],
"effectiveDateTime": "2019-05-01",
"performer": [
{
"reference": "Practitioner/us-core-practitioner-owen-oncologist"
}
],
"method": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "787377000",
"display": "Gross examination and sampling of tissue specimen (procedure)"
}
]
},
"component": [
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "33728-7"
}
]
},
"valueQuantity": {
"value": 1.2,
"unit": "cm",
"system": "http://unitsofmeasure.org",
"code": "cm"
}
},
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "33729-5"
}
]
},
"valueQuantity": {
"value": 0.5,
"unit": "cm",
"system": "http://unitsofmeasure.org",
"code": "cm"
}
}
]
}