Class Procedure
- java.lang.Object
-
- ca.uhn.fhir.model.api.BaseElement
-
- ca.uhn.fhir.model.dstu2.resource.BaseResource
-
- ca.uhn.fhir.model.dstu2.resource.Procedure
-
- All Implemented Interfaces:
ca.uhn.fhir.model.api.ICompositeElement,ca.uhn.fhir.model.api.IElement,ca.uhn.fhir.model.api.IResource,ca.uhn.fhir.model.api.ISupportsUndeclaredExtensions,Serializable,org.hl7.fhir.instance.model.api.IBase,org.hl7.fhir.instance.model.api.IBaseResource
public class Procedure extends BaseResource implements ca.uhn.fhir.model.api.IResource
HAPI/FHIR Procedure Resource (clinical.general)Definition: An action that is or was performed on a patient. This can be a physical intervention like an operation, or less invasive like counseling or hypnotherapy.
Requirements:
Profile Definition: http://hl7.org/fhir/profiles/Procedure
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProcedure.FocalDeviceBlock class for child element: Procedure.focalDevice ()static classProcedure.PerformerBlock class for child element: Procedure.performer ()
-
Field Summary
Fields Modifier and Type Field Description static ca.uhn.fhir.rest.gclient.TokenClientParamCODEFluent Client search parameter constant for codestatic ca.uhn.fhir.rest.gclient.DateClientParamDATEFluent Client search parameter constant for datestatic ca.uhn.fhir.rest.gclient.ReferenceClientParamENCOUNTERFluent Client search parameter constant for encounterstatic ca.uhn.fhir.rest.gclient.TokenClientParamIDENTIFIERFluent Client search parameter constant for identifierstatic ca.uhn.fhir.model.api.IncludeINCLUDE_ENCOUNTERConstant for fluent queries to be used to add include statements.static ca.uhn.fhir.model.api.IncludeINCLUDE_LOCATIONConstant for fluent queries to be used to add include statements.static ca.uhn.fhir.model.api.IncludeINCLUDE_PATIENTConstant for fluent queries to be used to add include statements.static ca.uhn.fhir.model.api.IncludeINCLUDE_PERFORMERConstant for fluent queries to be used to add include statements.static ca.uhn.fhir.model.api.IncludeINCLUDE_SUBJECTConstant for fluent queries to be used to add include statements.static ca.uhn.fhir.rest.gclient.ReferenceClientParamLOCATIONFluent Client search parameter constant for locationstatic ca.uhn.fhir.rest.gclient.ReferenceClientParamPATIENTFluent Client search parameter constant for patientstatic ca.uhn.fhir.rest.gclient.ReferenceClientParamPERFORMERFluent Client search parameter constant for performerstatic StringSP_CODESearch parameter constant for codestatic StringSP_DATESearch parameter constant for datestatic StringSP_ENCOUNTERSearch parameter constant for encounterstatic StringSP_IDENTIFIERSearch parameter constant for identifierstatic StringSP_LOCATIONSearch parameter constant for locationstatic StringSP_PATIENTSearch parameter constant for patientstatic StringSP_PERFORMERSearch parameter constant for performerstatic StringSP_SUBJECTSearch parameter constant for subjectstatic ca.uhn.fhir.rest.gclient.ReferenceClientParamSUBJECTFluent Client search parameter constant for subject-
Fields inherited from class ca.uhn.fhir.model.dstu2.resource.BaseResource
RES_ID, SP_RES_ID, SP_RES_LANGUAGE
-
-
Constructor Summary
Constructors Constructor Description Procedure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CodeableConceptDtaddBodySite()Adds and returns a new value for bodySite ()ProcedureaddBodySite(CodeableConceptDt theValue)Adds a given new value for bodySite ()CodeableConceptDtaddComplication()Adds and returns a new value for complication ()ProcedureaddComplication(CodeableConceptDt theValue)Adds a given new value for complication ()Procedure.FocalDeviceaddFocalDevice()Adds and returns a new value for focalDevice ()ProcedureaddFocalDevice(Procedure.FocalDevice theValue)Adds a given new value for focalDevice ()CodeableConceptDtaddFollowUp()Adds and returns a new value for followUp ()ProcedureaddFollowUp(CodeableConceptDt theValue)Adds a given new value for followUp ()IdentifierDtaddIdentifier()Adds and returns a new value for identifier (id)ProcedureaddIdentifier(IdentifierDt theValue)Adds a given new value for identifier (id)AnnotationDtaddNotes()Adds and returns a new value for notes ()ProcedureaddNotes(AnnotationDt theValue)Adds a given new value for notes ()Procedure.PerformeraddPerformer()Adds and returns a new value for performer ()ProcedureaddPerformer(Procedure.Performer theValue)Adds a given new value for performer ()CodeableConceptDtaddReasonNotPerformed()Adds and returns a new value for reasonNotPerformed ()ProcedureaddReasonNotPerformed(CodeableConceptDt theValue)Adds a given new value for reasonNotPerformed ()ResourceReferenceDtaddReport()Adds and returns a new value for report ()ResourceReferenceDtaddUsed()Adds and returns a new value for used ()<T extends ca.uhn.fhir.model.api.IElement>
List<T>getAllPopulatedChildElementsOfType(Class<T> theType)List<CodeableConceptDt>getBodySite()Gets the value(s) for bodySite ().CodeableConceptDtgetBodySiteFirstRep()Gets the first repetition for bodySite (), creating it if it does not already exist.CodeableConceptDtgetCategory()Gets the value(s) for category ().CodeableConceptDtgetCode()Gets the value(s) for code (class).List<CodeableConceptDt>getComplication()Gets the value(s) for complication ().CodeableConceptDtgetComplicationFirstRep()Gets the first repetition for complication (), creating it if it does not already exist.ResourceReferenceDtgetEncounter()Gets the value(s) for encounter (context).List<Procedure.FocalDevice>getFocalDevice()Gets the value(s) for focalDevice ().Procedure.FocalDevicegetFocalDeviceFirstRep()Gets the first repetition for focalDevice (), creating it if it does not already exist.List<CodeableConceptDt>getFollowUp()Gets the value(s) for followUp ().CodeableConceptDtgetFollowUpFirstRep()Gets the first repetition for followUp (), creating it if it does not already exist.List<IdentifierDt>getIdentifier()Gets the value(s) for identifier (id).IdentifierDtgetIdentifierFirstRep()Gets the first repetition for identifier (id), creating it if it does not already exist.ResourceReferenceDtgetLocation()Gets the value(s) for location (where).List<AnnotationDt>getNotes()Gets the value(s) for notes ().AnnotationDtgetNotesFirstRep()Gets the first repetition for notes (), creating it if it does not already exist.BooleangetNotPerformed()Gets the value(s) for notPerformed ().ca.uhn.fhir.model.primitive.BooleanDtgetNotPerformedElement()Gets the value(s) for notPerformed ().CodeableConceptDtgetOutcome()Gets the value(s) for outcome ().ca.uhn.fhir.model.api.IDatatypegetPerformed()Gets the value(s) for performed[x] (when.done).List<Procedure.Performer>getPerformer()Gets the value(s) for performer ().Procedure.PerformergetPerformerFirstRep()Gets the first repetition for performer (), creating it if it does not already exist.ca.uhn.fhir.model.api.IDatatypegetReason()Gets the value(s) for reason[x] ().List<CodeableConceptDt>getReasonNotPerformed()Gets the value(s) for reasonNotPerformed ().CodeableConceptDtgetReasonNotPerformedFirstRep()Gets the first repetition for reasonNotPerformed (), creating it if it does not already exist.List<ResourceReferenceDt>getReport()Gets the value(s) for report ().ResourceReferenceDtgetRequest()Gets the value(s) for request ().StringgetResourceName()StringgetStatus()Gets the value(s) for status ().ca.uhn.fhir.model.primitive.BoundCodeDt<ProcedureStatusEnum>getStatusElement()Gets the value(s) for status ().ca.uhn.fhir.context.FhirVersionEnumgetStructureFhirVersionEnum()ResourceReferenceDtgetSubject()Gets the value(s) for subject (who.focus).List<ResourceReferenceDt>getUsed()Gets the value(s) for used ().booleanisEmpty()ProceduresetBodySite(List<CodeableConceptDt> theValue)Sets the value(s) for bodySite ()ProceduresetCategory(CodeableConceptDt theValue)Sets the value(s) for category ()ProceduresetCode(CodeableConceptDt theValue)Sets the value(s) for code (class)ProceduresetComplication(List<CodeableConceptDt> theValue)Sets the value(s) for complication ()ProceduresetEncounter(ResourceReferenceDt theValue)Sets the value(s) for encounter (context)ProceduresetFocalDevice(List<Procedure.FocalDevice> theValue)Sets the value(s) for focalDevice ()ProceduresetFollowUp(List<CodeableConceptDt> theValue)Sets the value(s) for followUp ()ProceduresetIdentifier(List<IdentifierDt> theValue)Sets the value(s) for identifier (id)ProceduresetLocation(ResourceReferenceDt theValue)Sets the value(s) for location (where)ProceduresetNotes(List<AnnotationDt> theValue)Sets the value(s) for notes ()ProceduresetNotPerformed(boolean theBoolean)Sets the value for notPerformed ()ProceduresetNotPerformed(ca.uhn.fhir.model.primitive.BooleanDt theValue)Sets the value(s) for notPerformed ()ProceduresetOutcome(CodeableConceptDt theValue)Sets the value(s) for outcome ()ProceduresetPerformed(ca.uhn.fhir.model.api.IDatatype theValue)Sets the value(s) for performed[x] (when.done)ProceduresetPerformer(List<Procedure.Performer> theValue)Sets the value(s) for performer ()ProceduresetReason(ca.uhn.fhir.model.api.IDatatype theValue)Sets the value(s) for reason[x] ()ProceduresetReasonNotPerformed(List<CodeableConceptDt> theValue)Sets the value(s) for reasonNotPerformed ()ProceduresetReport(List<ResourceReferenceDt> theValue)Sets the value(s) for report ()ProceduresetRequest(ResourceReferenceDt theValue)Sets the value(s) for request ()ProceduresetStatus(ProcedureStatusEnum theValue)Sets the value(s) for status ()ProceduresetStatus(ca.uhn.fhir.model.primitive.BoundCodeDt<ProcedureStatusEnum> theValue)Sets the value(s) for status ()ProceduresetSubject(ResourceReferenceDt theValue)Sets the value(s) for subject (who.focus)ProceduresetUsed(List<ResourceReferenceDt> theValue)Sets the value(s) for used ()-
Methods inherited from class ca.uhn.fhir.model.dstu2.resource.BaseResource
getContained, getId, getIdElement, getLanguage, getMeta, getResourceMetadata, getText, isBaseEmpty, setContained, setId, setId, setId, setLanguage, setResourceMetadata, setText, toString
-
Methods inherited from class ca.uhn.fhir.model.api.BaseElement
addUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, getUserData, hasFormatComment, setUserData
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.hl7.fhir.instance.model.api.IBase
fhirType, getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, setUserData
-
-
-
-
Field Detail
-
SP_CODE
public static final String SP_CODE
Search parameter constant for codeDescription: A code to identify a procedure
Type: token
Path: Procedure.code
- See Also:
- Constant Field Values
-
CODE
public static final ca.uhn.fhir.rest.gclient.TokenClientParam CODE
Fluent Client search parameter constant for codeDescription: A code to identify a procedure
Type: token
Path: Procedure.code
-
SP_IDENTIFIER
public static final String SP_IDENTIFIER
Search parameter constant for identifierDescription: A unique identifier for a procedure
Type: token
Path: Procedure.identifier
- See Also:
- Constant Field Values
-
IDENTIFIER
public static final ca.uhn.fhir.rest.gclient.TokenClientParam IDENTIFIER
Fluent Client search parameter constant for identifierDescription: A unique identifier for a procedure
Type: token
Path: Procedure.identifier
-
SP_DATE
public static final String SP_DATE
Search parameter constant for dateDescription:
Type: date
Path: Procedure.performed[x]
- See Also:
- Constant Field Values
-
DATE
public static final ca.uhn.fhir.rest.gclient.DateClientParam DATE
Fluent Client search parameter constant for dateDescription:
Type: date
Path: Procedure.performed[x]
-
SP_PERFORMER
public static final String SP_PERFORMER
Search parameter constant for performerDescription:
Type: reference
Path: Procedure.performer.actor
- See Also:
- Constant Field Values
-
PERFORMER
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam PERFORMER
Fluent Client search parameter constant for performerDescription:
Type: reference
Path: Procedure.performer.actor
-
SP_LOCATION
public static final String SP_LOCATION
Search parameter constant for locationDescription:
Type: reference
Path: Procedure.location
- See Also:
- Constant Field Values
-
LOCATION
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam LOCATION
Fluent Client search parameter constant for locationDescription:
Type: reference
Path: Procedure.location
-
SP_ENCOUNTER
public static final String SP_ENCOUNTER
Search parameter constant for encounterDescription:
Type: reference
Path: Procedure.encounter
- See Also:
- Constant Field Values
-
ENCOUNTER
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam ENCOUNTER
Fluent Client search parameter constant for encounterDescription:
Type: reference
Path: Procedure.encounter
-
SP_SUBJECT
public static final String SP_SUBJECT
Search parameter constant for subjectDescription: Search by subject
Type: reference
Path: Procedure.subject
- See Also:
- Constant Field Values
-
SUBJECT
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam SUBJECT
Fluent Client search parameter constant for subjectDescription: Search by subject
Type: reference
Path: Procedure.subject
-
SP_PATIENT
public static final String SP_PATIENT
Search parameter constant for patientDescription: Search by subject - a patient
Type: reference
Path: Procedure.subject
- See Also:
- Constant Field Values
-
PATIENT
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam PATIENT
Fluent Client search parameter constant for patientDescription: Search by subject - a patient
Type: reference
Path: Procedure.subject
-
INCLUDE_ENCOUNTER
public static final ca.uhn.fhir.model.api.Include INCLUDE_ENCOUNTER
Constant for fluent queries to be used to add include statements. Specifies the path value of "Procedure:encounter".
-
INCLUDE_LOCATION
public static final ca.uhn.fhir.model.api.Include INCLUDE_LOCATION
Constant for fluent queries to be used to add include statements. Specifies the path value of "Procedure:location".
-
INCLUDE_PATIENT
public static final ca.uhn.fhir.model.api.Include INCLUDE_PATIENT
Constant for fluent queries to be used to add include statements. Specifies the path value of "Procedure:patient".
-
INCLUDE_PERFORMER
public static final ca.uhn.fhir.model.api.Include INCLUDE_PERFORMER
Constant for fluent queries to be used to add include statements. Specifies the path value of "Procedure:performer".
-
INCLUDE_SUBJECT
public static final ca.uhn.fhir.model.api.Include INCLUDE_SUBJECT
Constant for fluent queries to be used to add include statements. Specifies the path value of "Procedure:subject".
-
-
Constructor Detail
-
Procedure
public Procedure()
-
-
Method Detail
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmptyin interfaceorg.hl7.fhir.instance.model.api.IBase
-
getAllPopulatedChildElementsOfType
public <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
- Specified by:
getAllPopulatedChildElementsOfTypein interfaceca.uhn.fhir.model.api.ICompositeElement
-
getIdentifier
public List<IdentifierDt> getIdentifier()
Gets the value(s) for identifier (id). creating it if it does not exist. Will not returnnull.Definition: This records identifiers associated with this procedure that are defined by business processes and/or used to refer to it when a direct URL reference to the resource itself is not appropriate (e.g. in CDA documents, or in written / printed documentation)
-
setIdentifier
public Procedure setIdentifier(List<IdentifierDt> theValue)
Sets the value(s) for identifier (id)Definition: This records identifiers associated with this procedure that are defined by business processes and/or used to refer to it when a direct URL reference to the resource itself is not appropriate (e.g. in CDA documents, or in written / printed documentation)
-
addIdentifier
public IdentifierDt addIdentifier()
Adds and returns a new value for identifier (id)Definition: This records identifiers associated with this procedure that are defined by business processes and/or used to refer to it when a direct URL reference to the resource itself is not appropriate (e.g. in CDA documents, or in written / printed documentation)
-
addIdentifier
public Procedure addIdentifier(IdentifierDt theValue)
Adds a given new value for identifier (id)Definition: This records identifiers associated with this procedure that are defined by business processes and/or used to refer to it when a direct URL reference to the resource itself is not appropriate (e.g. in CDA documents, or in written / printed documentation)
- Parameters:
theValue- The identifier to add (must not benull)
-
getIdentifierFirstRep
public IdentifierDt getIdentifierFirstRep()
Gets the first repetition for identifier (id), creating it if it does not already exist.Definition: This records identifiers associated with this procedure that are defined by business processes and/or used to refer to it when a direct URL reference to the resource itself is not appropriate (e.g. in CDA documents, or in written / printed documentation)
-
getSubject
public ResourceReferenceDt getSubject()
Gets the value(s) for subject (who.focus). creating it if it does not exist. Will not returnnull.Definition: The person, animal or group on which the procedure was performed
-
setSubject
public Procedure setSubject(ResourceReferenceDt theValue)
Sets the value(s) for subject (who.focus)Definition: The person, animal or group on which the procedure was performed
-
getStatusElement
public ca.uhn.fhir.model.primitive.BoundCodeDt<ProcedureStatusEnum> getStatusElement()
Gets the value(s) for status (). creating it if it does not exist. Will not returnnull.Definition: A code specifying the state of the procedure. Generally this will be in-progress or completed state.
-
getStatus
public String getStatus()
Gets the value(s) for status (). creating it if it does not exist. This method may returnnull.Definition: A code specifying the state of the procedure. Generally this will be in-progress or completed state.
-
setStatus
public Procedure setStatus(ca.uhn.fhir.model.primitive.BoundCodeDt<ProcedureStatusEnum> theValue)
Sets the value(s) for status ()Definition: A code specifying the state of the procedure. Generally this will be in-progress or completed state.
-
setStatus
public Procedure setStatus(ProcedureStatusEnum theValue)
Sets the value(s) for status ()Definition: A code specifying the state of the procedure. Generally this will be in-progress or completed state.
-
getCategory
public CodeableConceptDt getCategory()
Gets the value(s) for category (). creating it if it does not exist. Will not returnnull.Definition: A code that classifies the procedure for searching, sorting and display purposes (e.g. \"Surgical Procedure\")
-
setCategory
public Procedure setCategory(CodeableConceptDt theValue)
Sets the value(s) for category ()Definition: A code that classifies the procedure for searching, sorting and display purposes (e.g. \"Surgical Procedure\")
-
getCode
public CodeableConceptDt getCode()
Gets the value(s) for code (class). creating it if it does not exist. Will not returnnull.Definition: The specific procedure that is performed. Use text if the exact nature of the procedure cannot be coded (e.g. \"Laparoscopic Appendectomy\")
-
setCode
public Procedure setCode(CodeableConceptDt theValue)
Sets the value(s) for code (class)Definition: The specific procedure that is performed. Use text if the exact nature of the procedure cannot be coded (e.g. \"Laparoscopic Appendectomy\")
-
getNotPerformedElement
public ca.uhn.fhir.model.primitive.BooleanDt getNotPerformedElement()
Gets the value(s) for notPerformed (). creating it if it does not exist. Will not returnnull.Definition: Set this to true if the record is saying that the procedure was NOT performed
-
getNotPerformed
public Boolean getNotPerformed()
Gets the value(s) for notPerformed (). creating it if it does not exist. This method may returnnull.Definition: Set this to true if the record is saying that the procedure was NOT performed
-
setNotPerformed
public Procedure setNotPerformed(ca.uhn.fhir.model.primitive.BooleanDt theValue)
Sets the value(s) for notPerformed ()Definition: Set this to true if the record is saying that the procedure was NOT performed
-
setNotPerformed
public Procedure setNotPerformed(boolean theBoolean)
Sets the value for notPerformed ()Definition: Set this to true if the record is saying that the procedure was NOT performed
-
getReasonNotPerformed
public List<CodeableConceptDt> getReasonNotPerformed()
Gets the value(s) for reasonNotPerformed (). creating it if it does not exist. Will not returnnull.Definition: A code indicating why the procedure was not performed.
-
setReasonNotPerformed
public Procedure setReasonNotPerformed(List<CodeableConceptDt> theValue)
Sets the value(s) for reasonNotPerformed ()Definition: A code indicating why the procedure was not performed.
-
addReasonNotPerformed
public CodeableConceptDt addReasonNotPerformed()
Adds and returns a new value for reasonNotPerformed ()Definition: A code indicating why the procedure was not performed.
-
addReasonNotPerformed
public Procedure addReasonNotPerformed(CodeableConceptDt theValue)
Adds a given new value for reasonNotPerformed ()Definition: A code indicating why the procedure was not performed.
- Parameters:
theValue- The reasonNotPerformed to add (must not benull)
-
getReasonNotPerformedFirstRep
public CodeableConceptDt getReasonNotPerformedFirstRep()
Gets the first repetition for reasonNotPerformed (), creating it if it does not already exist.Definition: A code indicating why the procedure was not performed.
-
getBodySite
public List<CodeableConceptDt> getBodySite()
Gets the value(s) for bodySite (). creating it if it does not exist. Will not returnnull.Definition: Detailed and structured anatomical location information. Multiple locations are allowed - e.g. multiple punch biopsies of a lesion
-
setBodySite
public Procedure setBodySite(List<CodeableConceptDt> theValue)
Sets the value(s) for bodySite ()Definition: Detailed and structured anatomical location information. Multiple locations are allowed - e.g. multiple punch biopsies of a lesion
-
addBodySite
public CodeableConceptDt addBodySite()
Adds and returns a new value for bodySite ()Definition: Detailed and structured anatomical location information. Multiple locations are allowed - e.g. multiple punch biopsies of a lesion
-
addBodySite
public Procedure addBodySite(CodeableConceptDt theValue)
Adds a given new value for bodySite ()Definition: Detailed and structured anatomical location information. Multiple locations are allowed - e.g. multiple punch biopsies of a lesion
- Parameters:
theValue- The bodySite to add (must not benull)
-
getBodySiteFirstRep
public CodeableConceptDt getBodySiteFirstRep()
Gets the first repetition for bodySite (), creating it if it does not already exist.Definition: Detailed and structured anatomical location information. Multiple locations are allowed - e.g. multiple punch biopsies of a lesion
-
getReason
public ca.uhn.fhir.model.api.IDatatype getReason()
Gets the value(s) for reason[x] (). creating it if it does not exist. Will not returnnull.Definition: The reason why the procedure was performed. This may be due to a Condition, may be coded entity of some type, or may simply be present as text
-
setReason
public Procedure setReason(ca.uhn.fhir.model.api.IDatatype theValue)
Sets the value(s) for reason[x] ()Definition: The reason why the procedure was performed. This may be due to a Condition, may be coded entity of some type, or may simply be present as text
-
getPerformer
public List<Procedure.Performer> getPerformer()
Gets the value(s) for performer (). creating it if it does not exist. Will not returnnull.Definition: Limited to 'real' people rather than equipment
-
setPerformer
public Procedure setPerformer(List<Procedure.Performer> theValue)
Sets the value(s) for performer ()Definition: Limited to 'real' people rather than equipment
-
addPerformer
public Procedure.Performer addPerformer()
Adds and returns a new value for performer ()Definition: Limited to 'real' people rather than equipment
-
addPerformer
public Procedure addPerformer(Procedure.Performer theValue)
Adds a given new value for performer ()Definition: Limited to 'real' people rather than equipment
- Parameters:
theValue- The performer to add (must not benull)
-
getPerformerFirstRep
public Procedure.Performer getPerformerFirstRep()
Gets the first repetition for performer (), creating it if it does not already exist.Definition: Limited to 'real' people rather than equipment
-
getPerformed
public ca.uhn.fhir.model.api.IDatatype getPerformed()
Gets the value(s) for performed[x] (when.done). creating it if it does not exist. Will not returnnull.Definition: The date(time)/period over which the procedure was performed. Allows a period to support complex procedures that span more than one date, and also allows for the length of the procedure to be captured.
-
setPerformed
public Procedure setPerformed(ca.uhn.fhir.model.api.IDatatype theValue)
Sets the value(s) for performed[x] (when.done)Definition: The date(time)/period over which the procedure was performed. Allows a period to support complex procedures that span more than one date, and also allows for the length of the procedure to be captured.
-
getEncounter
public ResourceReferenceDt getEncounter()
Gets the value(s) for encounter (context). creating it if it does not exist. Will not returnnull.Definition: The encounter during which the procedure was performed
-
setEncounter
public Procedure setEncounter(ResourceReferenceDt theValue)
Sets the value(s) for encounter (context)Definition: The encounter during which the procedure was performed
-
getLocation
public ResourceReferenceDt getLocation()
Gets the value(s) for location (where). creating it if it does not exist. Will not returnnull.Definition: The location where the procedure actually happened. E.g. a newborn at home, a tracheostomy at a restaurant
-
setLocation
public Procedure setLocation(ResourceReferenceDt theValue)
Sets the value(s) for location (where)Definition: The location where the procedure actually happened. E.g. a newborn at home, a tracheostomy at a restaurant
-
getOutcome
public CodeableConceptDt getOutcome()
Gets the value(s) for outcome (). creating it if it does not exist. Will not returnnull.Definition: The outcome of the procedure - did it resolve reasons for the procedure being performed?
-
setOutcome
public Procedure setOutcome(CodeableConceptDt theValue)
Sets the value(s) for outcome ()Definition: The outcome of the procedure - did it resolve reasons for the procedure being performed?
-
getReport
public List<ResourceReferenceDt> getReport()
Gets the value(s) for report (). creating it if it does not exist. Will not returnnull.Definition: This could be a histology result, pathology report, surgical report, etc..
-
setReport
public Procedure setReport(List<ResourceReferenceDt> theValue)
Sets the value(s) for report ()Definition: This could be a histology result, pathology report, surgical report, etc..
-
addReport
public ResourceReferenceDt addReport()
Adds and returns a new value for report ()Definition: This could be a histology result, pathology report, surgical report, etc..
-
getComplication
public List<CodeableConceptDt> getComplication()
Gets the value(s) for complication (). creating it if it does not exist. Will not returnnull.Definition: Any complications that occurred during the procedure, or in the immediate post-performance period. These are generally tracked separately from the notes, which will typically describe the procedure itself rather than any 'post procedure' issues
-
setComplication
public Procedure setComplication(List<CodeableConceptDt> theValue)
Sets the value(s) for complication ()Definition: Any complications that occurred during the procedure, or in the immediate post-performance period. These are generally tracked separately from the notes, which will typically describe the procedure itself rather than any 'post procedure' issues
-
addComplication
public CodeableConceptDt addComplication()
Adds and returns a new value for complication ()Definition: Any complications that occurred during the procedure, or in the immediate post-performance period. These are generally tracked separately from the notes, which will typically describe the procedure itself rather than any 'post procedure' issues
-
addComplication
public Procedure addComplication(CodeableConceptDt theValue)
Adds a given new value for complication ()Definition: Any complications that occurred during the procedure, or in the immediate post-performance period. These are generally tracked separately from the notes, which will typically describe the procedure itself rather than any 'post procedure' issues
- Parameters:
theValue- The complication to add (must not benull)
-
getComplicationFirstRep
public CodeableConceptDt getComplicationFirstRep()
Gets the first repetition for complication (), creating it if it does not already exist.Definition: Any complications that occurred during the procedure, or in the immediate post-performance period. These are generally tracked separately from the notes, which will typically describe the procedure itself rather than any 'post procedure' issues
-
getFollowUp
public List<CodeableConceptDt> getFollowUp()
Gets the value(s) for followUp (). creating it if it does not exist. Will not returnnull.Definition: If the procedure required specific follow up - e.g. removal of sutures. The followup may be represented as a simple note, or could potentially be more complex in which case the CarePlan resource can be used
-
setFollowUp
public Procedure setFollowUp(List<CodeableConceptDt> theValue)
Sets the value(s) for followUp ()Definition: If the procedure required specific follow up - e.g. removal of sutures. The followup may be represented as a simple note, or could potentially be more complex in which case the CarePlan resource can be used
-
addFollowUp
public CodeableConceptDt addFollowUp()
Adds and returns a new value for followUp ()Definition: If the procedure required specific follow up - e.g. removal of sutures. The followup may be represented as a simple note, or could potentially be more complex in which case the CarePlan resource can be used
-
addFollowUp
public Procedure addFollowUp(CodeableConceptDt theValue)
Adds a given new value for followUp ()Definition: If the procedure required specific follow up - e.g. removal of sutures. The followup may be represented as a simple note, or could potentially be more complex in which case the CarePlan resource can be used
- Parameters:
theValue- The followUp to add (must not benull)
-
getFollowUpFirstRep
public CodeableConceptDt getFollowUpFirstRep()
Gets the first repetition for followUp (), creating it if it does not already exist.Definition: If the procedure required specific follow up - e.g. removal of sutures. The followup may be represented as a simple note, or could potentially be more complex in which case the CarePlan resource can be used
-
getRequest
public ResourceReferenceDt getRequest()
Gets the value(s) for request (). creating it if it does not exist. Will not returnnull.Definition: A reference to a resource that contains details of the request for this procedure.
-
setRequest
public Procedure setRequest(ResourceReferenceDt theValue)
Sets the value(s) for request ()Definition: A reference to a resource that contains details of the request for this procedure.
-
getNotes
public List<AnnotationDt> getNotes()
Gets the value(s) for notes (). creating it if it does not exist. Will not returnnull.Definition: Any other notes about the procedure. E.g. the operative notes
-
setNotes
public Procedure setNotes(List<AnnotationDt> theValue)
Sets the value(s) for notes ()Definition: Any other notes about the procedure. E.g. the operative notes
-
addNotes
public AnnotationDt addNotes()
Adds and returns a new value for notes ()Definition: Any other notes about the procedure. E.g. the operative notes
-
addNotes
public Procedure addNotes(AnnotationDt theValue)
Adds a given new value for notes ()Definition: Any other notes about the procedure. E.g. the operative notes
- Parameters:
theValue- The notes to add (must not benull)
-
getNotesFirstRep
public AnnotationDt getNotesFirstRep()
Gets the first repetition for notes (), creating it if it does not already exist.Definition: Any other notes about the procedure. E.g. the operative notes
-
getFocalDevice
public List<Procedure.FocalDevice> getFocalDevice()
Gets the value(s) for focalDevice (). creating it if it does not exist. Will not returnnull.Definition: 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.
-
setFocalDevice
public Procedure setFocalDevice(List<Procedure.FocalDevice> theValue)
Sets the value(s) for focalDevice ()Definition: 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.
-
addFocalDevice
public Procedure.FocalDevice addFocalDevice()
Adds and returns a new value for focalDevice ()Definition: 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.
-
addFocalDevice
public Procedure addFocalDevice(Procedure.FocalDevice theValue)
Adds a given new value for focalDevice ()Definition: 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.
- Parameters:
theValue- The focalDevice to add (must not benull)
-
getFocalDeviceFirstRep
public Procedure.FocalDevice getFocalDeviceFirstRep()
Gets the first repetition for focalDevice (), creating it if it does not already exist.Definition: 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.
-
getUsed
public List<ResourceReferenceDt> getUsed()
Gets the value(s) for used (). creating it if it does not exist. Will not returnnull.Definition: Identifies medications, devices and any other substance used as part of the procedure
-
setUsed
public Procedure setUsed(List<ResourceReferenceDt> theValue)
Sets the value(s) for used ()Definition: Identifies medications, devices and any other substance used as part of the procedure
-
addUsed
public ResourceReferenceDt addUsed()
Adds and returns a new value for used ()Definition: Identifies medications, devices and any other substance used as part of the procedure
-
getResourceName
public String getResourceName()
- Specified by:
getResourceNamein interfaceca.uhn.fhir.model.api.IResource
-
getStructureFhirVersionEnum
public ca.uhn.fhir.context.FhirVersionEnum getStructureFhirVersionEnum()
- Specified by:
getStructureFhirVersionEnumin interfaceorg.hl7.fhir.instance.model.api.IBaseResource- Specified by:
getStructureFhirVersionEnumin interfaceca.uhn.fhir.model.api.IResource
-
-