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-special-studies-negative.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-special-studies-negative

identifier: CAPeCC/urn:uuid:1ca2fb51-1752-4489-a4b0-5c0dccc043e5

status: Final

category: Question

code: HER2 (by immunohistochemistry)

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

effective: 2025-03-18

performer: Practitioner Wise Owl

value: Negative (Score 0)

derivedFrom: Observation HER2 (by immunohistochemistry)


Source1

{
  "resourceType": "Observation",
  "id": "observation-special-studies-negative",
  "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:1ca2fb51-1752-4489-a4b0-5c0dccc043e5"
    }
  ],
  "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": "52399.100004300",
        "display": "HER2 (by immunohistochemistry)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/patient-OakleyAnnie"
  },
  "effectiveDateTime": "2025-03-18",
  "performer": [
    {
      "reference": "Practitioner/practitioner-oncologist"
    }
  ],
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://cap.org/eCC",
        "code": "40505.100004300",
        "display": "Negative (Score 0)"
      }
    ]
  },
  "derivedFrom": [
    {
      "reference": "Observation/observation-special-studies-her2"
    }
  ]
}