FHIR IG analytics| Package | hl7.fhir.us.mcode.r4b |
| Resource Type | Observation |
| Id | Observation-histologic-grade-intermediate.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation histologic-grade-intermediate
Related Condition Extension: Condition Non-small cell lung cancer (disorder)
status: Final
category: Laboratory
code: Histologic Grade
subject: John B. Anyperson Male, DoB: 1951-01-20 ( Medical Record Number: m123 (use: usual, ))
effective: 2019-04-01
performer: Practitioner Kyle Anydoc
value: Intermediate histologic grade (qualifier value)
method: World Health Organization classification of tumors histologic grading system fifth edition
{
"resourceType": "Observation",
"id": "histologic-grade-intermediate",
"meta": {
"profile": [
"http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-histologic-grade"
]
},
"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-nsclc"
}
}
],
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "laboratory"
}
]
}
],
"code": {
"coding": [
{
"system": "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl",
"code": "C18000"
}
]
},
"subject": {
"reference": "Patient/cancer-patient-john-anyperson"
},
"effectiveDateTime": "2019-04-01",
"performer": [
{
"reference": "Practitioner/us-core-practitioner-kyle-anydoc"
}
],
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "1286893008",
"display": "Intermediate histologic grade (qualifier value)"
}
]
},
"method": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "1149430001",
"display": "World Health Organization classification of tumors histologic grading system fifth edition"
}
]
},
"specimen": {
"reference": "Specimen/human-specimen-lung"
}
}