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

FHIR IG analytics

Packagehl7.fhir.us.central-cancer-registry-reporting
Resource TypeEncounter
IdEncounter-encounter-cancer-example-surgery.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

Profile: Central Cancer Registry Reporting Encounter

Encounter: Surgery-Lumpectomy

Identifier: 9937013

Status: finished

Class: Ambulatory (AMB)

Type: Encounter for problem (procedure) [SNOMED CT: 185347001]

Patient: Patient-example: Amy Shaw

Period: November 8, 2024

Reason for Encounter: Surgical Procedure - Lumpectomy

Associated Diagnosis: Primary Cancer Condition – Breast

Service Provider: Cancer Organization


Source1

{
  "resourceType": "Encounter",
  "id": "encounter-cancer-example-surgery",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/central-cancer-registry-reporting/StructureDefinition/central-cancer-registry-reporting-encounter"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.org",
      "value": "9937013"
    }
  ],
  "status": "finished",
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code": "AMB",
    "display": "ambulatory"
  },
  "type": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "185347001",
          "display": "Encounter for problem (procedure)"
        }
      ]
    }
  ],
  "subject": {
    "reference": "Patient/example",
    "display": "Amy Shaw"
  },
  "period": {
    "start": "2023-11-08T17:00:14-05:00",
    "end": "2023-11-08T20:00:14-05:00"
  },
  "reasonReference": [
    {
      "reference": "Procedure/cancer-related-surgical-procedure-lumpectomy"
    }
  ],
  "diagnosis": [
    {
      "condition": {
        "reference": "Condition/primary-cancer-condition-breast"
      }
    }
  ],
  "serviceProvider": {
    "reference": "Organization/example-cancer-org",
    "display": "Cancer Organization"
  }
}