FirstImplantSurgery
FHIR Profile
The FirstImplantSurgery extension defines whether a whether the breast implant surgery is the first implant surgery of this breast.
This extension is used for FHIR Profile Breast Implant Surgery, accessible via BreastImplantSurgery.
This profile is based on the FHIR version R4 specifications for extensions, see also Extensibility.
Mapping
Here is a list of the exact mapping for this FHIR Profile. The mapping includes the DICA variable and corresponding FHIR data element. In case of a DICA option set, the relation between the DICA options and available values within the FHIR data element are defined.
DICA variable | FHIR Data Element | DICA OptionSet | Value DICA OptionSet | FHIR ValueSet/Code/System |
---|---|---|---|---|
first | performed.extension.First | 101 | 1-yes | 1331000119107 |
first | performed.extension.First | 101 | 1-yes | 427894009 |
first | performed.extension.First | 101 | 1-yes | 1507100011910 |
first | performed.extension.First | 101 | 1-yes | 16088491000119105 |
first | performed.extension.First | 101 | 1-yes | 16088571000119108 |
The extension is defined as a valueCodeableConcept. The element has a generic structure, as shown below
"extension":[ { "url":"http://mrdm.nl/profiles/fhir/r4/dbir/StructureDefinition/FirstImplantSurgery", "valueCodeableConcept":{ "coding":[ { "system":"http://snomed.info/sct", "code":"16088491000119105" } ] } } ]
Constraints
Constraints can refer to the cardinality of an element, required value or type of value.
The following constraints apply:
- The extension element must use url "http://mrdm.nl/profiles/fhir/r4/dbir/StructureDefinition/FirstImplantSurgery"
- The coding element should abide by the mapping codes listed above
- The code.system value is "http://snomed.info/sct"
Example Breast Implant Surgery which is the first surgery of this breast
{ "resourceType":"Procedure", "id":"example-first-breast-implant-surgery", "meta":{ "profile":[ "http://mrdm.nl/profiles/fhir/r4/dbir/StructureDefinition/BreastImplantSurgery" ] }, "status":"completed", "code":{ "coding":[ { "system":"http://snomed.info/sct", "code":"442128000" } ], "coding":[ { "system":"http://snomed.info/sct", "code":"303445008" } ] }, "subject":{ "reference":"Patient/21244" }, "encounter":{ "reference":"Encounter/43456" }, "performedDateTime":"2025-01-07", "_performedDateTime":{ "extension":[ { "url":"http://mrdm.nl/profiles/fhir/r4/dbir/StructureDefinition/FirstImplantSurgery", "valueCodeableConcept":{ "coding":[ { "system":"http://snomed.info/sct", "code":"16088491000119105" } ] } } ] }, "performer":[ { "actor":{ "reference":"Practitioner/2234" }, "onBehalfOf":{ "reference":"Organization/452323" } } ], "reasonCode":{ "coding":[ { "system":" http://mrdm.nl/profiles/fhir/R4/dbir/CodeSystem/code-system", "code":"11", "display":"Cosmetic augmentation" } ] }, "extension":[ { "url":"http://mrdm.nl/profiles/fhir/r4/dbir/StructureDefinition/SurgeryComponents", "valueCodeableConcept":{ "coding":[ { "system":"http://snomed.info/sct", "code":"56593003", "display":"Mastectomy scar nipple-sparing " } ], "coding":[ { "system":"http://mrdm.nl/profiles/fhir/r4/dbir/StructureDefinition/Plane", "code":"3", "display":"Subfascial" } ], "coding":[ { "system":"http://snomed.info/sct", "code":"80280009", "display":"Immediate" } ], "coding":[ { "system":"http://snomed.info/sct", "code":"74451000146105", "display":"Replacement of tissue expander for breast prosthesis" } ] } } ], "bodySite":[ { "coding":[ { "system":"http://snomed.info/sct", "code":"7771000", "display":"Left" } ] } ], "usedReference":[ { "reference":"Device/example-implant" } ] }