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

Profile: Reconstruction surgery

partOf: Procedure/ReoperationSurgeryPatient147

status: completed

code: Reconstruction of breast (SNOMED CT#33496007)

subject: Patient/BreastCancerPatient147 " LETSCHE"

performed: 1999-02-13

reasonReference: Condition/PrimaryBreastCancerPatient147

bodySite: Pre-pectoral (Location of the implant CodeSystem#pre-pectoral)

usedCode: Staged implant (Type of reconstruction surgery CodeSystem#staged-implant)


Source1

{
  "resourceType": "Procedure",
  "id": "ReconstructionSurgeryPatient147",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/ichom-breast-cancer/StructureDefinition/reconstruction-surgery"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "partOf": [
    {
      "reference": "Procedure/ReoperationSurgeryPatient147"
    }
  ],
  "status": "completed",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "33496007",
        "display": "Reconstruction of breast"
      }
    ]
  },
  "subject": {
    "reference": "Patient/BreastCancerPatient147"
  },
  "performedDateTime": "1999-02-13",
  "reasonReference": [
    {
      "reference": "Condition/PrimaryBreastCancerPatient147"
    }
  ],
  "bodySite": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/uv/ichom-breast-cancer/CodeSystem/ImplantLocationCodeSystem",
          "code": "pre-pectoral",
          "display": "Pre-pectoral"
        }
      ]
    }
  ],
  "usedCode": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/uv/ichom-breast-cancer/CodeSystem/ReconstructionTypeCodeSystem",
          "code": "staged-implant",
          "display": "Staged implant"
        }
      ]
    }
  ]
}