Procedure.Builder |
Procedure.Builder.asserter(Reference asserter) |
Individual who is making the procedure statement.
|
Procedure.Builder |
Procedure.Builder.basedOn(Reference... basedOn) |
A reference to a resource that contains details of the request for this procedure.
|
Procedure.Builder |
Procedure.Builder.basedOn(java.util.Collection<Reference> basedOn) |
A reference to a resource that contains details of the request for this procedure.
|
Procedure.Builder |
Procedure.Builder.bodySite(CodeableConcept... bodySite) |
Detailed and structured anatomical location information.
|
Procedure.Builder |
Procedure.Builder.bodySite(java.util.Collection<CodeableConcept> bodySite) |
Detailed and structured anatomical location information.
|
static Procedure.Builder |
Procedure.builder() |
|
Procedure.Builder |
Procedure.Builder.category(CodeableConcept category) |
A code that classifies the procedure for searching, sorting and display purposes (e.g.
|
Procedure.Builder |
Procedure.Builder.code(CodeableConcept code) |
The specific procedure that is performed.
|
Procedure.Builder |
Procedure.Builder.complication(CodeableConcept... complication) |
Any complications that occurred during the procedure, or in the immediate post-performance period.
|
Procedure.Builder |
Procedure.Builder.complication(java.util.Collection<CodeableConcept> complication) |
Any complications that occurred during the procedure, or in the immediate post-performance period.
|
Procedure.Builder |
Procedure.Builder.complicationDetail(Reference... complicationDetail) |
Any complications that occurred during the procedure, or in the immediate post-performance period.
|
Procedure.Builder |
Procedure.Builder.complicationDetail(java.util.Collection<Reference> complicationDetail) |
Any complications that occurred during the procedure, or in the immediate post-performance period.
|
Procedure.Builder |
Procedure.Builder.contained(Resource... contained) |
These resources do not have an independent existence apart from the resource that contains them - they cannot be
identified independently, and nor can they have their own independent transaction scope.
|
Procedure.Builder |
Procedure.Builder.contained(java.util.Collection<Resource> contained) |
These resources do not have an independent existence apart from the resource that contains them - they cannot be
identified independently, and nor can they have their own independent transaction scope.
|
Procedure.Builder |
Procedure.Builder.encounter(Reference encounter) |
The Encounter during which this Procedure was created or performed or to which the creation of this record is tightly
associated.
|
Procedure.Builder |
Procedure.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the resource.
|
Procedure.Builder |
Procedure.Builder.extension(java.util.Collection<Extension> extension) |
May be used to represent additional information that is not part of the basic definition of the resource.
|
Procedure.Builder |
Procedure.Builder.focalDevice(Procedure.FocalDevice... focalDevice) |
A device that is implanted, removed or otherwise manipulated (calibration, battery replacement, fitting a prosthesis,
attaching a wound-vac, etc.) as a focal portion of the Procedure.
|
Procedure.Builder |
Procedure.Builder.focalDevice(java.util.Collection<Procedure.FocalDevice> focalDevice) |
A device that is implanted, removed or otherwise manipulated (calibration, battery replacement, fitting a prosthesis,
attaching a wound-vac, etc.) as a focal portion of the Procedure.
|
Procedure.Builder |
Procedure.Builder.followUp(CodeableConcept... followUp) |
If the procedure required specific follow up - e.g.
|
Procedure.Builder |
Procedure.Builder.followUp(java.util.Collection<CodeableConcept> followUp) |
If the procedure required specific follow up - e.g.
|
protected Procedure.Builder |
Procedure.Builder.from(Procedure procedure) |
|
Procedure.Builder |
Procedure.Builder.id(java.lang.String id) |
The logical id of the resource, as used in the URL for the resource.
|
Procedure.Builder |
Procedure.Builder.identifier(Identifier... identifier) |
Business identifiers assigned to this procedure by the performer or other systems which remain constant as the
resource is updated and is propagated from server to server.
|
Procedure.Builder |
Procedure.Builder.identifier(java.util.Collection<Identifier> identifier) |
Business identifiers assigned to this procedure by the performer or other systems which remain constant as the
resource is updated and is propagated from server to server.
|
Procedure.Builder |
Procedure.Builder.implicitRules(Uri implicitRules) |
A reference to a set of rules that were followed when the resource was constructed, and which must be understood when
processing the content.
|
Procedure.Builder |
Procedure.Builder.instantiatesCanonical(Canonical... instantiatesCanonical) |
The URL pointing to a FHIR-defined protocol, guideline, order set or other definition that is adhered to in whole or
in part by this Procedure.
|
Procedure.Builder |
Procedure.Builder.instantiatesCanonical(java.util.Collection<Canonical> instantiatesCanonical) |
The URL pointing to a FHIR-defined protocol, guideline, order set or other definition that is adhered to in whole or
in part by this Procedure.
|
Procedure.Builder |
Procedure.Builder.instantiatesUri(Uri... instantiatesUri) |
The URL pointing to an externally maintained protocol, guideline, order set or other definition that is adhered to in
whole or in part by this Procedure.
|
Procedure.Builder |
Procedure.Builder.instantiatesUri(java.util.Collection<Uri> instantiatesUri) |
The URL pointing to an externally maintained protocol, guideline, order set or other definition that is adhered to in
whole or in part by this Procedure.
|
Procedure.Builder |
Procedure.Builder.language(Code language) |
The base language in which the resource is written.
|
Procedure.Builder |
Procedure.Builder.location(Reference location) |
The location where the procedure actually happened.
|
Procedure.Builder |
Procedure.Builder.meta(Meta meta) |
The metadata about the resource.
|
Procedure.Builder |
Procedure.Builder.modifierExtension(Extension... modifierExtension) |
May be used to represent additional information that is not part of the basic definition of the resource and that
modifies the understanding of the element that contains it and/or the understanding of the containing element's
descendants.
|
Procedure.Builder |
Procedure.Builder.modifierExtension(java.util.Collection<Extension> modifierExtension) |
May be used to represent additional information that is not part of the basic definition of the resource and that
modifies the understanding of the element that contains it and/or the understanding of the containing element's
descendants.
|
Procedure.Builder |
Procedure.Builder.note(Annotation... note) |
Any other notes and comments about the procedure.
|
Procedure.Builder |
Procedure.Builder.note(java.util.Collection<Annotation> note) |
Any other notes and comments about the procedure.
|
Procedure.Builder |
Procedure.Builder.outcome(CodeableConcept outcome) |
The outcome of the procedure - did it resolve the reasons for the procedure being performed?
|
Procedure.Builder |
Procedure.Builder.partOf(Reference... partOf) |
A larger event of which this particular procedure is a component or step.
|
Procedure.Builder |
Procedure.Builder.partOf(java.util.Collection<Reference> partOf) |
A larger event of which this particular procedure is a component or step.
|
Procedure.Builder |
Procedure.Builder.performed(Element performed) |
Estimated or actual date, date-time, period, or age when the procedure was performed.
|
Procedure.Builder |
Procedure.Builder.performed(java.lang.String performed) |
Convenience method for setting performed with choice type String.
|
Procedure.Builder |
Procedure.Builder.performer(Procedure.Performer... performer) |
Limited to "real" people rather than equipment.
|
Procedure.Builder |
Procedure.Builder.performer(java.util.Collection<Procedure.Performer> performer) |
Limited to "real" people rather than equipment.
|
Procedure.Builder |
Procedure.Builder.reasonCode(CodeableConcept... reasonCode) |
The coded reason why the procedure was performed.
|
Procedure.Builder |
Procedure.Builder.reasonCode(java.util.Collection<CodeableConcept> reasonCode) |
The coded reason why the procedure was performed.
|
Procedure.Builder |
Procedure.Builder.reasonReference(Reference... reasonReference) |
The justification of why the procedure was performed.
|
Procedure.Builder |
Procedure.Builder.reasonReference(java.util.Collection<Reference> reasonReference) |
The justification of why the procedure was performed.
|
Procedure.Builder |
Procedure.Builder.recorder(Reference recorder) |
Individual who recorded the record and takes responsibility for its content.
|
Procedure.Builder |
Procedure.Builder.report(Reference... report) |
This could be a histology result, pathology report, surgical report, etc.
|
Procedure.Builder |
Procedure.Builder.report(java.util.Collection<Reference> report) |
This could be a histology result, pathology report, surgical report, etc.
|
Procedure.Builder |
Procedure.Builder.status(ProcedureStatus status) |
A code specifying the state of the procedure.
|
Procedure.Builder |
Procedure.Builder.statusReason(CodeableConcept statusReason) |
Captures the reason for the current state of the procedure.
|
Procedure.Builder |
Procedure.Builder.subject(Reference subject) |
The person, animal or group on which the procedure was performed.
|
Procedure.Builder |
Procedure.Builder.text(Narrative text) |
A human-readable narrative that contains a summary of the resource and can be used to represent the content of the
resource to a human.
|
Procedure.Builder |
Procedure.toBuilder() |
|
Procedure.Builder |
Procedure.Builder.usedCode(CodeableConcept... usedCode) |
Identifies coded items that were used as part of the procedure.
|
Procedure.Builder |
Procedure.Builder.usedCode(java.util.Collection<CodeableConcept> usedCode) |
Identifies coded items that were used as part of the procedure.
|
Procedure.Builder |
Procedure.Builder.usedReference(Reference... usedReference) |
Identifies medications, devices and any other substance used as part of the procedure.
|
Procedure.Builder |
Procedure.Builder.usedReference(java.util.Collection<Reference> usedReference) |
Identifies medications, devices and any other substance used as part of the procedure.
|