FHIR IG analytics| Package | hl7.fhir.us.mcode.r4b |
| Resource Type | Observation |
| Id | Observation-tumor-size-jenny-m.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-jenny-m
status: Final
category: Laboratory
code: Size Tumor
subject: Jenny M Female, DoB: 1965-01-01 ( Medical Record Number: MRN1234 (use: usual, ))
effective: 2018-04-01 00:00:00+0000
performer: Practitioner Owen Oncologist
method: Gross examination and sampling of tissue specimen (procedure)
| Code | Value[x] |
| Size.maximum dimension in Tumor | 2.5 centimeters (Details: UCUM codecm = 'cm') |
{
"resourceType": "Observation",
"id": "tumor-size-jenny-m",
"meta": {
"profile": [
"http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-tumor-size"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "laboratory"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "21889-1",
"display": "Size Tumor"
}
]
},
"subject": {
"reference": "Patient/cancer-patient-jenny-m"
},
"effectiveDateTime": "2018-04-01T00:00:00Z",
"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)"
}
]
},
"specimen": {
"reference": "Specimen/tumor-specimen-left-breast-jenny-m"
},
"component": [
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "33728-7"
}
]
},
"valueQuantity": {
"value": 2.5,
"unit": "centimeters",
"system": "http://unitsofmeasure.org",
"code": "cm"
}
}
]
}