FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.cancer-reporting.r4
Resource TypeObservation
IdObservation-observation-histologic-grade.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Observation observation-histologic-grade

identifier: CAPeCC/urn:uuid:cb7657fb-8127-41ef-9912-8f6fc52a5f85

status: Final

category: Question

code: Histologic Grade (Nottingham Histologic Score) (required only if applicable) (Note D)

subject: Annie Oakley Female, DoB: 1990-06-01 ( MRN: AlaskaDLN#abc123 (use: usual, ))

effective: 2025-03-18 14:52:02+0000 --> (ongoing)

performer: Practitioner Wise Owl

value: Nottingham Score

hasMember:

derivedFrom: Observation TUMOR


Source1

{
  "resourceType": "Observation",
  "id": "observation-histologic-grade",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/cancer-reporting/StructureDefinition/us-pathology-observation"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://cap.org/eCC",
      "value": "urn:uuid:cb7657fb-8127-41ef-9912-8f6fc52a5f85"
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/us/cancer-reporting/CodeSystem/us-pathology-codesystem",
          "code": "QUESTION",
          "display": "Question"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://cap.org/eCC",
        "code": "380281.100004300",
        "display": "Histologic Grade (Nottingham Histologic Score) (required only if applicable) (Note D)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/patient-OakleyAnnie"
  },
  "effectivePeriod": {
    "start": "2025-03-18T14:52:02+00:00"
  },
  "performer": [
    {
      "reference": "Practitioner/practitioner-oncologist"
    }
  ],
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://cap.org/eCC",
        "code": "380283.100004300",
        "display": "Nottingham Score"
      }
    ]
  },
  "hasMember": [
    {
      "reference": "Observation/observation-glandular-differentiation"
    },
    {
      "reference": "Observation/observation-nuclear-pleomorphism"
    },
    {
      "reference": "Observation/observation-mitotic-rate"
    },
    {
      "reference": "Observation/observation-overall-grade"
    }
  ],
  "derivedFrom": [
    {
      "reference": "Observation/observation-section-tumor"
    }
  ]
}