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

FHIR IG analytics

Packagehl7.fhir.uv.ichom-breast-cancer
Resource TypeProcedure
IdProcedure-ReoperationSurgeryPatient147.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: Procedure

Resource Procedure "ReoperationSurgeryPatient147"

Profile: Re-operation surgery

partOf: Procedure/BreastCancerSurgeryPatient147

status: completed

category: Reoperation (SNOMED CT#261554009)

code: Mastectomy with immediate reconstruction (Breast surgery types CodeSystem#mastectomy-with-immediate-reconstruction)

subject: Patient/BreastCancerPatient147 " LETSCHE"

performed: 2022-07-09

reasonCode: Presence of primary malignant neoplasm of breast at surgical margin in excised specimen of breast (SNOMED CT#1156344002)

reasonReference: Condition/PrimaryBreastCancerPatient147


Source1

{
  "resourceType": "Procedure",
  "id": "ReoperationSurgeryPatient147",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/ichom-breast-cancer/StructureDefinition/reoperation-surgery"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "partOf": [
    {
      "reference": "Procedure/BreastCancerSurgeryPatient147"
    }
  ],
  "status": "completed",
  "category": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "261554009",
        "display": "Reoperation"
      }
    ]
  },
  "code": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/uv/ichom-breast-cancer/CodeSystem/BreastSurgeryTypesCodeSystem",
        "code": "mastectomy-with-immediate-reconstruction",
        "display": "Mastectomy with immediate reconstruction"
      }
    ]
  },
  "subject": {
    "reference": "Patient/BreastCancerPatient147"
  },
  "performedDateTime": "2022-07-09",
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "1156344002",
          "display": "Presence of primary malignant neoplasm of breast at surgical margin in excised specimen of breast"
        }
      ]
    }
  ],
  "reasonReference": [
    {
      "reference": "Condition/PrimaryBreastCancerPatient147"
    }
  ]
}