FHIR IG analytics| Package | hl7.fhir.us.mcode.r4 |
| Resource Type | Observation |
| Id | Observation-histologic-behavior-and-type-non-small-cell.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation histologic-behavior-and-type-non-small-cell
Related Condition Extension: Condition Non-small cell lung cancer (disorder)
status: Final
category: Laboratory
code: Behavior ICD-O-3 Cancer
subject: John B. Anyperson Male, DoB: 1951-01-20 ( Medical Record Number: m123 (use: usual, ))
effective: 2019-04-01
performer: Practitioner Kyle Anydoc
value: Non-small cell carcinoma
{
"resourceType": "Observation",
"id": "histologic-behavior-and-type-non-small-cell",
"meta": {
"profile": [
"http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-histologic-behavior-and-type"
]
},
"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://loinc.org",
"code": "31206-6"
}
]
},
"subject": {
"reference": "Patient/cancer-patient-john-anyperson"
},
"effectiveDateTime": "2019-04-01",
"performer": [
{
"reference": "Practitioner/us-core-practitioner-kyle-anydoc"
}
],
"valueCodeableConcept": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/icd-o-3",
"code": "80463/3",
"display": "Non-small cell carcinoma"
}
]
},
"specimen": {
"reference": "Specimen/human-specimen-lung"
}
}