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-BreastCancerSurgeryPatient147.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 "BreastCancerSurgeryPatient147"

Profile: Breast cancer surgery

status: completed

category: Surgical procedure (SNOMED CT#387713003)

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

subject: Patient/BreastCancerPatient147 " LETSCHE"

performed: 1989-03-25

reasonReference: Condition/PrimaryBreastCancerPatient147


Source1

{
  "resourceType": "Procedure",
  "id": "BreastCancerSurgeryPatient147",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/ichom-breast-cancer/StructureDefinition/breast-cancer-surgery"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "category": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "387713003",
        "display": "Surgical procedure"
      }
    ]
  },
  "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": "1989-03-25",
  "reasonReference": [
    {
      "reference": "Condition/PrimaryBreastCancerPatient147"
    }
  ]
}